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


Error 258 on CubeMX imported project


Well, I removed “weak=attributeweak” and “packed=attributepacked” from the list of defined symbols within C/C++ Settings and my error is gone. I wonder why CubeMX does that.

Then, I had to change all the include paths into absolute paths, and finally browse for the .elf manually.

Now it is working on the target board !

Not sure I did things correctly anyway.

As a teacher, I’m looking for easy ways to help students having their hands on STM32 faster. CubeMX is wonderfull to understand IP settings. I hope that integration with SW4STM32 will be improved in the future.

Thanks for all the work that is done !

L.