Is it possible, to skip the Cube Programmer, when debugging ?
Hi...
Here the problem so far: I have a well running debug configuration, everything runs fine on target. It´s programmed into memory (using internal and external flash via qspi) and now it comes to play around with the connected (custom-) hardware. Testing different input-settings, moving around jumpers and dip-switches, connecting different motors with (of course...) different settings, changeable via my software and so on.
Of course i need to stop debugging, switch off the target, change my (hardware-) settings and restart debugging.
If you have to do this for around 100 times per day, it can be very annoying, that EVERY time, i press the "debug"-button, the cube programmer starts and is flashing the same code again and again. I changed to CubeIDE recently and i really miss that feature, i´ve had in Visual Studio with VisualGDB on top: To flash the board only, if rebuilt since last time.
Now the question: Am i just to stupid, to find it or is there even a way to set this up ??
/Charly