Resolved! Debugging firmware with a bootloader at the top of memory
I am attempting to debug my firmware for a STM32L452xx chip, which is programmed in at the memory address 0x08010000. The bootloader will be placed at 0x08000000, but at the moment the memory is empty. Is it possible to trick the debugger so it alway...