I need to set up MCUXpresso to load a second binary - my bootloader - along with the application code. Normally I do this with a P&E Cyclone, where I load the bootloader once and then set up the debug configuration to exclude the bootloader range when loading the application. I can't do that at the moment because P&E's algorithm for the LPC55S69 was broken, and now that I've installed the update they directed me to the P&E driver crashes. Until I can get a fix for that I'm stuck using an old LPC Link2.
I've found instructions on loading two binaries but it requires manually running the GUI flash tool each time and then attaching to the running process. This is going to be exceptionally tedious for debugging. Is there another way to accomplish this?
Thanks,
Scott