Cube IDE: Running, and being able to reset and re-run, a program from 0x8008000 (ie offset from where a bootloader would live)
If I have a bootloader that resides at 0x8000000 and the main program starts at 0x8008000 I can load it with the debugger and all is fine. I can run it in standa alone mode with the bootloader jumping to it as well. However, if I try to restart and rerun the program with the debugger it doesn't work and I have to reprogram. Is there a way to set up the debugger so that I don't have reprogram each time please?
FWIW doing this on a L476.
Thanks!
