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


Getting this error make: *** No rule to make target 'RCS/../', needed by '../'. Stop.

Figured out that there is an error in the new STM32CubeMX (V5.5) tool that it does not generate the linker script file(maybe because of anti-virus tool deleting that file), so that is why it is not able to find the required path. To solve this problem I actually installed the SMT32CubeMX as a plugin to the Systems Workbench IDE and then was able to generate the required files and compile the project correctly.

-Rohit