STMViewer icon indicating copy to clipboard operation
STMViewer copied to clipboard

Can't flash board when acquisition is running

Open dzid26 opened this issue 1 month ago • 1 comments

It's an obvious limitation.

One solution is to use https://www.st.com/en/development-tools/st-link-server.html. But I never seen it work. It requires both apps to support it. It is not a common setup people have.

But there might be a simple workaround which should work for everyone:

  1. when elf is deleted or change is detected, stop the acquisition and allow the board to be flashed by another program
  2. refresh the variable addresses automatically
  3. restart acquisition after e.g 5s.

Each step shall be controlled in Options. The feature should be off by default.

Each step is useful IMO, and can be implemented one after another.

dzid26 avatar May 05 '24 20:05 dzid26