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


Re: GCC mcu compiler to use for STM32F4

Hi Silvain,

Look like the STM32 board configuration in your project has not been applied (missing compiler prefix, core options, symbols...).

Did you select “Retore Default” in the project properties page ? It could explain why many build options has been erased.

I think the easiest way to resolve this problem is to create a new project. If the issue is persistant, contact us again, we will make further investigation (tell us board and the firmware you’ve chosen).

Regards.
Kevin.