How to see all running tasks in FreeRTOS debugging
I want to see all running FreeRTOS tasks in STM32 Workbench debugging. After searching the WEB, I tried the following way.
The board is STM32468I-EVAL. Configuration scripts used by debugger:
stm32f4x.cfg
stm32f4x_stlink.cfg
stm32469i_eval.cfg
So, I tried to add this line:
$_TARGETNAME configure -rtos FreeRTOS
to different places in these files (don’t know exactly where it should be). I get this error:
Switching to Thread 1
Invalid selected thread.
My working environment:
STM32469I-EVAL
Windows 10 64 bit
STM32Cube_FW_F4_V1.14.0
System Workbench for STM32 Version: 1.8.0.201603291114