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


Shows errors but compiles sucessfull

Hi,

here some more information. I have this this files COscillator.cpp and COscillator.h .The .h file is included into the COscillator.cpp and the main.cpp file. In main i create a COscillator object and call some public methods.

I the main i get the following error:
Type ‘COscillator’ could not be resolved

But the compiler creates the .elf file which is fully working.

Anyy ideas?
I deleted the 2 files and wrote them new. Same problem. The Project was running with the previous version of System workbench without problems.

Any ideas?

Greetz
Oliver