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


Unable to debug stm32f103zet

Hi,

To enable SWD debug on STM32F1 devices, you need to configure in the cubeMx the “Pinout -> SYS -> Debug -> Serial Wire”.
Have you done that ?

As you have no more access to the target mcu with SW4STM32, you will need to program the controller once in a different way, for example with ST-LINK Utility.

If you haven’t the reset connected from the STLink, you will need to use the “software reset” in the debug configuration options.

Rgds,
Laurent