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


Manually installing std periph libs

Hi,

The ST firmwares are defaulty stored in C:\Users\${USERNAME}\AppData\Roaming\Ac6\SW4STM32\firmwares (can be changed in Window > Preferences > System Workbench)

You can copy the zip into this folder then extract it.

Be aware that the IDE is checking for the zip file with its filename, it has to be the same than the one in the database. It’ve seen that ST does rename the downloaded file into en.stm32f30x_dsp_stdperiph_lib.zip. If that’s the case, please rename it back to stm32f30x_dsp_stdperiph_lib_v123.zip before relaunching System Workbench.

When creating a C Project with StdPeriph, the wizard should not ask you to download it anymore.

Hope it helps,
Kevin.