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


STM32F072 CRC peripheral register definitions wrong

I should clarify - the issue is with the I/O register definitions used within the Debug Perspective. All of the CRC peripheral register definitions are present in the ST-provided CMSIS / HAL header files.

What I refer to in my original post are the register values one can examine via Window -> Show View -> I/O Registers when the Debug Perspective is active.

Is this something controlled by files/data provided by ST? If so, I’ll report the issue on the ST forum. My understanding is that this would be something controlled by the AC6-provided Eclipse plug-ins.