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


STLINK v2 reset not working, unable to program/debug

UPDATE: DON’T BUY A $2,- ST LINK V2 from aliexpress.

Afther spending a full day trying to make my debugger work (learning some openocd in the progress) I gave upmrgreen
I noticed that the clock speed can’t be 1000KHZ and it switches to 950Khz and thought that’s odd. I began to suspect my $2,00 ST Link V2 wasn’t the best buy. So I took my debugger apart and found out it was based on a STM32F101. My stm32F4 discovery board uses a STM32F103 chip as programmer instead (double the clock speed 36mhz >> 72mhz). So i switched to my discovery board as programmer/debugger it worked without a hitch (no modification needed to the default configuration were needed).