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


CPU Register View?

Hello,

Im feeling a little bit stupid, i cant find the view with the CPU Registers...
Maybe someone could give me the hint? :-)

Thanks in advance

-Bab

In the Debug view, Top Right-hand side tab labeled ‘Registers’.
Clock ‘+’ to open the tab and scroll down to PC and SP.

(BTW, the one next to is ‘I/O Registers’ has all the registers for the IPs).

-Matt

Ahh!
I just found out that i somehow disabled the view for the General Registers like the PC. I clicked on “Restore Default Register Groups” and they were back again!

Thank you very much! :-)