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


View the fault registers in the SCB

Same wish :-(

But so far the workaround is to:
1. Find the desired register address from Cortex®-M4 programming manual
2. In Eclipse click Window -> Show view -> Memory Browser
3. Enter the address to the address bar.
4. Raw memory view shows up. Right click on the window to change display format, etc.