How do I enable FreeRTOS debugging support in CubeIDE?
I've just started my first FreeRTOS-based project.
In the debugger, when I pause execution, all I see is this stack trace:
Thread #1 [main] 1 [core: 0] (suspended : Signal : 0:Signal 0)
prvCheckTasksWaitingTermination() at tasks.c:2,488 0x800b4f4
prvIdleTask() at tasks.c:3,235 0x800b404
pxPortInitialiseStack() at port.c:214 0x00ba94In order to be able to develop a FreeRTOS-based project, I need to be able to see the whole program, not just the currently suspended thread.
Is there a way, in CubeIDE, of turning on FreeRTOS debugging features such as those present in Atollic or Kinetis Design Studio?
http://blog.atollic.com/how-to-debug-freertos-projects-on-arm-cortex-m-devices
https://mcuoneclipse.com/2017/03/18/better-freertos-debugging-in-eclipse/
