MCUXpresso IDE v10.2.1 [Build 795] [2018-07-25]
(c) Copyright NXP Semiconductors 2006-18. All rights reserved.
OS: Windows 7, v.6.1, x86 / win32
MKL26z256
My app has a 3 FreeRTOS tasks.
After halting the MCU, the current task's stack is displayed in the Debug window.
How can I view the call stacks of the other tasks?
Thanks,
Bruce
Solved! Go to Solution.
Hi Bruce,
this depends to some extend to the debug connection/probe you are using.
Have a look
Troubleshooting Tips for FreeRTOS Thread Aware Debugging in Eclipse | MCU on Eclipse
and
Better FreeRTOS Debugging in Eclipse | MCU on Eclipse
For the LinkServer/CMSIS-DAP connection make sure you are in 'All-Stop' mode (as outlined above). You can change the mode as described in following article: GDB All-Stop and Non-Stop Mode with LinkServer | MCU on Eclipse
I hope this helps,
Erich
Hi Bruce,
this depends to some extend to the debug connection/probe you are using.
Have a look
Troubleshooting Tips for FreeRTOS Thread Aware Debugging in Eclipse | MCU on Eclipse
and
Better FreeRTOS Debugging in Eclipse | MCU on Eclipse
For the LinkServer/CMSIS-DAP connection make sure you are in 'All-Stop' mode (as outlined above). You can change the mode as described in following article: GDB All-Stop and Non-Stop Mode with LinkServer | MCU on Eclipse
I hope this helps,
Erich
I set the debugger setting to "Select RTOS plugin".
It did not work the first time because MCUXpresso crashed and did not save the setting.
After re-checking the option, it works great!
Thanks.