Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

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?