-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
I leave "st-util -m" running in a corner and then "develop" stuff for my STM32 boards.
Sometimes I swap targets. disconnect the cable to one SWD connetor, connect the next target board.
st-util then doesn't notice the change. It never notices that a different processor is now connected. I'm not sure when would be appropriate to check the connected hardware. How about when gdb connects? I have to switch directories and compiler settings, and will quit and restart gdb in the new directory when starting to work on the other project.