Hello,
I have exactly the same needs as this post:
[SOLVED] Freertos: Call stack for selected task?
With program halted, I would like to see the call stack for any freeRTOS task.
The thing is, when I click on a task in FreeRTOS window, nothing change in the call stack window.
I'm using Ozone 3.28b on linux and I loaded this module :
Project.SetOSPlugin ("FreeRTOSPlugin_CM4");
which I'm sure is the js one because if I edit it (/opt/SEGGER/Ozone_V328b/plugins/OS/FreeRTOSPlugin_CM4.js) and add a custom
column, I can see it in the window.
What should I do?
I'm using STM32L4.
Thanks
Julien
I have exactly the same needs as this post:
[SOLVED] Freertos: Call stack for selected task?
With program halted, I would like to see the call stack for any freeRTOS task.
The thing is, when I click on a task in FreeRTOS window, nothing change in the call stack window.
I'm using Ozone 3.28b on linux and I loaded this module :
Project.SetOSPlugin ("FreeRTOSPlugin_CM4");
which I'm sure is the js one because if I edit it (/opt/SEGGER/Ozone_V328b/plugins/OS/FreeRTOSPlugin_CM4.js) and add a custom
column, I can see it in the window.
What should I do?
I'm using STM32L4.
Thanks
Julien