Loading...
 
Skip to main content

System Workbench for STM32


[SOLVED] Debug FreeRTOS under SW4STM32 fail.

Solved it myself.
Excuse me for concern.

Hi everything!
I successfuly compile my FreeRTOS based project under SW4STM32. I configure OpenOCD for work with FreeRTOS. But when try debug app (click Resume button) I get error in gdb console:

===
New Thread 1
Note: automatically using hardware breakpoints for read-only addresses.
New Remote target
Switching to Remote target
Invalid selected thread.
===

While debug from command line work fine.
What could be the mistake?