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


You are viewing a reply to Update of STM32CUbeMx project  

Update of STM32CUbeMx project

France

Hi,

System Workbench for STM32 should be able to handle spaces in paths in most cases, although there is a few cases where this may still cause problems, as if the IDE is installed in such a path.

However we advise to try to avoid this as some external tools may encounter problems with this as they wer often developped under Linux, where spaces in path names are quite unusual...

Regarding the interface with CubeMX there are detailed instructions in Importing a STCubeMX generated project; we do not advise trying to suppress the space in the project name, or rename it, as it could cause more problems than it will solve (and we are working on a cleaner and definitive solution) but just to rename the generated artifact (i.e. program) to give it a more convenient name than “Configuration Xxxx.elf”, although this step is not really needed.

Bernard