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


Problem with view variables in flash memory.

Hi there!
I have some strange trouble. I successful debug my app in SW4STM32 ... with one problem. There is string constants placed in flash memory (accordingly with LDF). But its not shown in local variable pane with
Screenshot 20210127 132355
(see attached screenshot). At the same time that variables fine displaing in debugging from command line
Screenshot 20210127 132754
What I do wrong?
Thank you in advance.