I'm writing a bootloader, and so far, it successfully performs the first part of the trick - it loads my binary file into the correct area of the flash.
But then it crashes (hard error)
How do I debug it when it branches to the new code which it has just loaded? MCUXpresso can't track where it has gone!