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.

Hi I am facing this error, I am not sure how can I resolve this problem

make: *** No rule to make target ‘RCS/../’, needed by ‘../’. Stop.

I am using
Systems Workbench: 2.9.1.2
SMT32CubeMX: 5.5
Embedded software for STM32F4: 1.24.1

Systems Workbench is able to compile some files and throw the above mentioned error, I am just generating a sample project with default settings and still facing this error.

Thanks !

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