Search found 5 matches

by beatname
Tue Nov 23, 2021 7:41 am
Forum: General Discussion
Topic: ESP32 stops working
Replies: 9
Views: 10089

Re: ESP32 stops working

Hello again, I tried debugging with JTAG openocd to solve the crashing problem I mentioned. I found that the CPU stays in the "esp_pm_impl_waiti()" function when it crashes. This function is as follows; void esp_pm_impl_waiti(void) { #if CONFIG_FREERTOS_USE_TICKLESS_IDLE int core_id = xPortGetCoreID...
by beatname
Wed Nov 03, 2021 4:11 am
Forum: General Discussion
Topic: ESP32 stops working
Replies: 9
Views: 10089

Re: ESP32 stops working

No, there is no power save mode or dynamic frequency scaling that I specifically activated. The project does not need sleep mode and is not used.
by beatname
Tue Nov 02, 2021 6:09 pm
Forum: General Discussion
Topic: ESP32 stops working
Replies: 9
Views: 10089

Re: ESP32 stops working

I'm pretty sure nothing is working. Because I am running a Dotmatrix display and at that moment no LEDs are lit on the screen. When I checked on the oscilloscope, I saw that none of the pins were working. The project already has a large number of lowest priority tasks. Although I do watchdog refresh...
by beatname
Mon Nov 01, 2021 6:15 pm
Forum: General Discussion
Topic: ESP32 stops working
Replies: 9
Views: 10089

Re: ESP32 stops working

I am sharing the code, but in any case, ESP32 should still output debug, right? At least I would expect an output when it enters the panic handler. I followed the UART output while working, finally it prints NULL characters. A few bytes were sent as 0xf 0xf 0xf. I'll contact JTAG and have a look fro...
by beatname
Sun Oct 31, 2021 4:51 pm
Forum: General Discussion
Topic: ESP32 stops working
Replies: 9
Views: 10089

ESP32 stops working

I have been working with ESP32 for a long time. I have run many applications. But I have one problem. ESP32 suddenly stuckinglocking up after a while during operation. This duration is not fixed. I checked the RAM usage, there is no problem here. I am using dual core. Even though I set coredump to f...