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


Importing project from CUbeMX full of errors (Windows)

France

Hi,

The problem is with the Eclipse indexer that has not yet finished indexing your code. You should just right click on your project in project explorer and select Index >> Rebuild..., then the errors should disapear (if they don’t after a while just try to delete them in the Problems view).

Hope this works,

Bernard (Ac6)