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


Wrong Template for Nucleo-F446ZE

Hello Masterkraft0r,

Thank you for this feedback. Indeed, this is a bug that we will provide a fix in the next release.

If you want to fix it by yourself, you should edit the file :

\plugins\fr.ac6.mcu.firmware_1.6.0.201512071631\resources\stm32_firmwares\nucleof446ze_hal.xml

Then, replace STM32F4xx-Nucleo with STM32F4xx_Nucleo_144 and you should get the nucleo 144 BSP package.

Same with nucleof429zi_hal.xml.

Best regards,

Pascale