Search found 2 matches

by amazing_Potatoes
Wed Jul 23, 2025 5:47 am
Forum: General Discussion
Topic: ESP32-C3 Devkit, Overflow check menu not enable
Replies: 2
Views: 76

Re: ESP32-C3 Devkit, Overflow check menu not enable


You may indeed be overflowing the stack of the FreeRTOS timer task as you are doing some heavy operations in the timer callback I suggest to perform WiFi initialization and the actual OTA in a dedicated task with 'enough' stack space.

Thank you. Since it was a relatively easy problem, I solved ...
by amazing_Potatoes
Fri Jul 18, 2025 8:14 am
Forum: General Discussion
Topic: ESP32-C3 Devkit, Overflow check menu not enable
Replies: 2
Views: 76

ESP32-C3 Devkit, Overflow check menu not enable

I'm currently using ESP-IDF inside VSCode, and I'm trying to implement OTA over Wi-Fi.
To test this, I'm doing a simple OTA that changes the LED blink interval.
However, I'm facing a panic issue due to a stack overflow. I think the problem is caused by having too much code and trying to implement ...

Go to advanced search