RISC V ULP does not run in parallel w/ main CPUs (IDFGH-11781) #12876
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.2-beta1-263-ge49823f10c
Espressif SoC revision.
ESP32-S3 (QFN56) (revision v0.1)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
LilyGo T-Display S3
Power Supply used.
USB
What is the expected behavior?
Since the RISCV ULP is marketed as a co-processor, I would have expected it to be able to run in parallel with the main CPU(s).
What is the actual behavior?
The RISCV ULP starts to run, but halts immediately after a few cycles.
Steps to reproduce.
I have based on the
uart_print
example, which I modified like that:Debug Logs.
More Information.
If I change the example to move into deep sleep, the RISCV-ULP runs forever.
The text was updated successfully, but these errors were encountered: