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)

Hi guys, I’ve created a basic project using CubeMX, just to have some fun with ITM cell. However, after importing that to Workbench I get above 500 errors of type ‘could not be resolved’. You can see in my attachement. I didn’t change any properties so what’s wrong?

And the same is with every file I am opening...
Maybe the problem is with project’s paths.. but I don’t think so... look at the file I attached.


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)