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

I tried a different example, the DTA converter that uses DMA to generate a waveform. Now the problems with the GPIO example have gone away and the build runs with no errors! However, it still does not run. Attached is the error dialog box when a run is attempted.

I noticed that there is a debug Bug symbol on “STM32L476RG_NUCLEO.elf” in the project explorer window and then a tiny wrench in the icon next to “startup_stm32l476xx.s” What does that mean?

Could the Cube MX and associated file exaples be corrupted?

I will try re installing that next.

Dave

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