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


Another DOS-ism to be fixed

New project generated via MX - In Properties -> C/C++ Settings -> MCU GCC Linker -> General

The linker script is specified as ..\STM32F072RBTx_FLASH.ld

The backslash only workd for DOS/Windows. A forward slash works for DOS/Win, OS X and Linux. Please make this change.

If this is a Cube rather than a Workbench issue please let me know and I will post to the ST forum.

many thanks,
hank

Hi Hank,

Indeed, this is a problem on the ST HAL firmwares used by CubeMX and System Workbench for Linux users. Our team has already sent a bug report to ST.

Hope it will be fixed on the next firmware version.

Kevin.