cancel
Showing results for 
Search instead for 
Did you mean: 

Only current thread is shown in debug window

MButsch
Associate III

I have a project for STM32F3 using FreeRTOS.

During debug, when I pause execution or a breakpoint is hit, stack trace info is only displayed for the currently executing thread, not all of my threads.

However, if I look at the FreeRTOS task List, information about all of my tasks is there.

(see attached example)

Other users at work do not have this issue.

Any ideas on how to make debug display all the threads again?

Thanks,

Mark

1 REPLY 1
MButsch
Associate III

Nevermind. User error. I was expecting to have thread-aware RTOS support with the ST-LINK debugger.