Search found 1 match
- Thu Sep 19, 2024 4:48 pm
- Forum: General Discussion
- Topic: ETM and ISR execution order
- Replies: 1
- Views: 609
ETM and ISR execution order
Hello, I was looking into this sample and noticed that I could not understand. https://github.com/espressif/esp-idf/tree/v5.2.2/examples/peripherals/timer_group/gptimer_capture_hc_sr04. The sample uses both an ISR of the hardware timer and the ETM matrix. In the ISR of the timer it is expected that ...