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


I/O Registers

Hello,

I just downloaded the IDE and followed the tutorial to Import a STCubeMX generated project. In the debugging view, the I/O Registers are not displayed (No CMSIS-SVD schema for this target).

I’m working with STM32L152CC, and the board file that I selected is stm32l152c_disco.cfg.

On the C/C++ Build Settings, on Target tab, there are:
-Series: “STM32L1”
-Target: “STM32L152CCTx”
-Board: “”

Is the problem the empty board field? How can I change this parameter?

Thank you!