Search found 1 match
- Fri Apr 25, 2025 9:57 pm
- Forum: ESP-IDF
- Topic: Need help overriding "_ulp_riscv_interrupt_handler"
- Replies: 0
- Views: 49
Need help overriding "_ulp_riscv_interrupt_handler"
I would like to know the cause of a ULP wakeup. I read on the datasheet for the S3 that the wakeup reason is stored in the q1 register. Looking at the ESP-IDF source, it registers a weak function `_ulp_riscv_interrupt_handler` that gets called with the wakeup reason as it's first parameter ...