Skip to main content
MButsch
Associate III
March 6, 2020
Question

Only current thread is shown in debug window

  • March 6, 2020
  • 1 reply
  • 1013 views

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

This topic has been closed for replies.

1 reply

MButsch
MButschAuthor
Associate III
March 9, 2020

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