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


Re: Cannot see I/O Registers in Debug mode

Hello,

Could you try the following :
- make sure you have the latest version of the plugins (Help -> Check for updates).
- refresh the I/O Register view by clicking on the refresh icon at the right (this should reload the SVD file).

If this does not help, could you :
- send us a screenshot of the C/C++ perspective with the project explorer view showing the project tree
- send us a screenshot of the debug perspective

Kind regards,

Pascale