Search found 3 matches
- Thu Aug 08, 2024 11:18 pm
- Forum: ESP IoT Solution
- Topic: GPIO interrupt not working
- Replies: 6
- Views: 10673
Re: GPIO interrupt not working
Install the ISR service *before* you configure the GPIOs. It still doesn't work, I will return to the previous version of esp-idf, at first even the example code doesn't work causing wtd reset. Update: I installed a new version of esp-idf and the problem was solved, I believe my installation was fa...
- Tue Aug 06, 2024 10:25 am
- Forum: ESP IoT Solution
- Topic: GPIO interrupt not working
- Replies: 6
- Views: 10673
Re: GPIO interrupt not working
It still doesn't work, I will return to the previous version of esp-idf, at first even the example code doesn't work causing wtd reset.ESP_Sprite wrote: ↑Mon Jul 29, 2024 2:13 amInstall the ISR service *before* you configure the GPIOs.
- Sun Jul 28, 2024 9:53 pm
- Forum: ESP IoT Solution
- Topic: GPIO interrupt not working
- Replies: 6
- Views: 10673
Re: GPIO interrupt not working WTD Reset
I have a problem when trying to configure an interrupt on GPIO 0, and I always get a wtd reset, as follows: Minimum free heap size: 298252 bytes cnt: 0 cnt: 1 Guru Meditation Error: Core 0 panic'ed (Interrupt wdt timeout on CPU0). Core 0 register dump: PC : 0x40082943 PS : 0x00050034 A0 : 0x40084666...