GuruMeditation error while : Committing the document #193
-
Hey , I am on the library version 1.4.11 , |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
That is stack overflow. You have to debug your code to minimize the memory usage inside some callback functions or increase the stack size for the FreeRTOS task. |
Beta Was this translation helpful? Give feedback.
-
The stack of |
Beta Was this translation helpful? Give feedback.
The stack of
loopTask
(the mainloop()
function) is overflown which indicates that the memory uses for the local variable that is defined in the main loop is too large.