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


Problem encountered while flashing code to stm32f103c8t6 using st-link v2

hi, i met the same problem ,and after read this pageQuestion, i had solved .


------------------------------
seems the simplest way to deal with this is to just use

reset_config none separate

Then the reset is done internally over the SWD channel with no pins used.

--------------------------
edit the *.cfg file in the project as below:

# use hardware reset, connect under reset
#reset_config srst_only srst_nogate
reset_config none separate