Search found 2 matches
- Mon Nov 11, 2024 7:42 am
- Forum: ESP32 Arduino
- Topic: ESP32 freertos Core 1 panics
- Replies: 3
- Views: 884
Re: ESP32 freertos Core 1 panics
Thanks for your reply, I changed the code as you suggested but got a different error (TG1WDT_SYS_RESET) on restart. After some process of elimination I found that the reset would only occur with the Serial.println inserted in the Setup code. Commenting out this line resulted in correct operation, ev...
- Wed Nov 06, 2024 8:18 am
- Forum: ESP32 Arduino
- Topic: ESP32 freertos Core 1 panics
- Replies: 3
- Views: 884
ESP32 freertos Core 1 panics
I'm using VSCode with Arduino framework and ESP-WROOM-32 devkit. I'm trying to create a switch debounce that uses a task to handle the debounce delay rather than servicing all of the switch bounce interrupts. After the first switch interrupt, the interrupt is disabled then a semaphore is given to a ...