Hello I'm working with ESP 4.3.4 and sometimes my application crash inside a ESP_LOGx function, the points where the crash happens is always the same. What I mean is that there's other points inside the firmware where I call a ESP_LOGx and the firmware dont crash.
Below is an image where the crash happens.
ESP crashing when printing LOG
-
- Posts: 8
- Joined: Wed Sep 25, 2019 8:31 pm
ESP crashing when printing LOG
- Attachments
-
- Captura de Tela (102).png (20.2 KiB) Viewed 1810 times
Re: ESP crashing when printing LOG
Running in ISR function?
-
- Posts: 8
- Joined: Wed Sep 25, 2019 8:31 pm
Re: ESP crashing when printing LOG
It's a normal task.
Re: ESP crashing when printing LOG
Depending upon how deeply nested your function calls are or how much data you have on the stack, it still could be a stack allocation issue for your task. You could try increasing the stack allocation.
Who is online
Users browsing this forum: No registered users and 72 guests