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


STM32F413VGT6 does not work

Hi there,

I’m using a relatively new Controller, the STM32F413VGT6. Creating a project with this controller in the Workbench the controller does not work correct for example no output on SPI.

Using the brand new atollic for STM32, the same source code works. When I copy the assembler startup code and linker file from the atollic i can not even upload my source code.

It seems to me, this brand new controller ist npt set up correctly in the workbench, can it be?

Thank you!