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


How to change chip & board for my environment...

Well its a struggle I’ve created a project but once it is done there are no main.c and the import from the blinky example that is found the same work space (/user/blinky) directory as my own (/user/main_for_dumy). Now I’m looking at the auto config versus user defined make file . Somehow I’m violating the way the import is suppose to work hence when I try to build it I get multiple errors. Also I’ve created several trash projects that I can’t figure out how to delete. Deleting the directory in the workspace seems to work but I can’t recreate one with the same name again as the IDE claims such a project already exists so its obviously save the names somewhere other then the workspace.

I hate to waste your time I need to go thru the tutorials but the few I’ve tried the described procedure did not match what I encountered on my IDE. I will revisit them and try to follow step by step. Just the hello world basic C project (not bound to any hardware) failed...Denis