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


Disassembly shows dots, sometimes code

Hello,
i have problem with disassembly window.
When i run IDE and i immediately debugging, i can see code. When make small changes in code and i want debugging(first save and build, then debug), i see dots again and i have to restart IDE (“clean projec”t not help).
I dont have ideas how fix it. I dont know what problem is. I tried to find answer and nothing.

example screen:
http://i.imgur.com/XG4HtKX.pngQuestion

Additional info:
windows 10 64bit
nucleo-f446re

  • sorry for bad english i am not good in writting :-(.

I have seen this before, where the Disassembly View does not get the message to refresh after the code is reloaded.
Try generating a focus/move/resize event on the window. If that doesn’t work then close and re-open the View.