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


Variable Memory address location

Hi folks!

I find very useful to have a memory reference when i debug my project. If i want to check the address of a structured variable or variable in general i can only rely to buffer or pointer values declared inside to understand what ram memory location is reserved for the other variables. Furthermore i can only see the address relative as ’ 0x200002ac ‹name of struct + 4› ’ for example.
Is there exist some trick to have a column in the Variable/Expression tab to see also physical address of the variables?

Best regards