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


Importing Demonstration Project - 2 Modes - Only One Works - UBUNTU

Hello Ben,

Concerning point 1 : Demonstration projects delivered in the HAL libraries only contain a Debug launch configuration, and I agree that we should consider enhancing them with a Release launch configuration.

Concerning point 2 : If you look at the menu “Documentation” => “System Workbench for STM32” => “Importing a Cube MX project”, you will find instructions about how to import a CubeMX project, and in particular that the fact you should not copy projects into the workspace. The reason is that the projects contain linked ressources and that the links are relative to the project. If you import the project in a workspace with a copy, these relative link are copied as is in the workspace and don’t work anymore.


Best Regards,

Pascale