Is there a way to quickly notify a Core 0 FreeRTOS task from ulp? (IDFGH-9362) #10737
Labels
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Type: Feature Request
Feature request for IDF
Is your feature request related to a problem?
Hi @ESP-Marius Could you please gaveme some help?
Since release 5.0 of esp idf, driver/rtc_cntl.h has been moved to esp_private/rtc_cntl.h.
Does ESP IDF 5.0 offer an alternative (of rtc_isr_register()) in order to raise an ISR from ulp coprocessor and handle it in the main C program on CP0?
I tried ETS_RTC_CORE_INTR_SOURCE, but the esp_intr_alloc() call failed.
Is there a way to quickly notify a Core 0 FreeRTOS task from ulp?
I couldn’t find any definition of “RTC_CNTL_RTC_SW_CPU_INT” in the esp-idf-v5.0 folder.
Do you have an example of triggering this interrupt from ulp assembly code ?
Do you have an example of handling this interrupt in core 0 C code ?
For memory I use ESP IDF V5 framework, on a ESP32-U4WDH chip.
Describe the solution you'd like.
No response
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: