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


Syntax error: Unterminated quoted string

Another day, a new set of problems. I reloaded the en.stm32cubel4 zip file and extracted it to directory “C:/Cub”. I tried to build the example project “GPIO_IOToggle”. I got a whole bunch of Error 1, which looks like a result of not finding a needed file such as a header file. The attached png shows the console window result of the build.

Why am I having such errors for example projects that I have not modified at all!!! How can I write any code with confidence when the example projects don’t run!!!!

Still very frustrated,

Dave