Search found 3 matches

by h2ggabrielvicente
Thu Aug 08, 2024 11:18 pm
Forum: ESP IoT Solution
Topic: GPIO interrupt not working
Replies: 6
Views: 21200

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 ...
by h2ggabrielvicente
Tue Aug 06, 2024 10:25 am
Forum: ESP IoT Solution
Topic: GPIO interrupt not working
Replies: 6
Views: 21200

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.
by h2ggabrielvicente
Sun Jul 28, 2024 9:53 pm
Forum: ESP IoT Solution
Topic: GPIO interrupt not working
Replies: 6
Views: 21200

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 ...

Go to advanced search