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


STM32F0xx_StdPeriph Lib V1.50 is Broken

For Example try creating a C project for a NUCLEO-F091RC that includes StdPeriph
OR
Example try creating a C project for a MCU (STM32F091RCTx) that includes StdPeriph
OR
Example try creating a C project for a MCU (STM32F051R8Tx) that includes StdPeriph

All of the above use STM32F0xx_StdPeriph Lib V1.50 and they are missing the CMSIS directory and their main.c has an error with the #include “stm32f0xx.h” being unresloved

Now try the same CPU above in a STM32F0-discovery that uses a different StdPeriph (STM32F0-Discovery FW V1.0.0)

All is fine

Please fix this
Joe