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


France

Hi,

This is a known problem, coming from the fact that the Eclipse indexer (that analyses all files in your new project) runs in background; if you open a file before it has finished indexing all files it may not yet have indexed the files where these symbols are defined, so it signals errors...

To solve that you just have to force rebuilding the index, by right-clicking on any file in your project in the Project Explorer view then selecting “Index >> Rebuild”; the errors should then disapear after some seconds. If they don’t, just delete them from the “Problems” view and they should no more appear.

Hope this helps,

Bernard (Ac6)