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

Dear Dave,
You are using the latest version : it should be good.
I compiled and launched the debug successfully for the same project = DAC_SignalsGeneration for the STM32L476RG-Nucleo. Here is the way I used :
1 - Launch SW4STM32 and I select the workspace (inside the HAL) :
...\STM32Cube_FW_L4_V1.5.0\Projects\STM32L476RG-Nucleo\Examples\DAC\DAC_SignalsGen
eration\SW4STM32
2 - Right-click in the Project Explorer window >> Import >> General >> Existing Projects into Workspace >> Next >> Browse >> Select the project folder = STM32L476RG_NUCLEO >> Finish
3 - Right-click on the project >> Properties >> C/C++ General >> Indexer >> Enable project specific settings >> Remove the Index unused headers >> Apply >> OK
4 - Right-click on the project >> Properties >> C/C++ Build >> Settings >> Tool Settings tab >>MCU GCC Compiler >> Dialect >> ISO C99 >> Apply >> OK
5 - Right-click on the project >> Properties >> C/C++ Build >> Enable parallel build >> Apply >> OK
6 - Clean then Build
7 - Launch the Debug session as shown in the snapshot