I'd like to compile two separate projects into one binary file - with MCUXpresso IDE - to flash onto my board. One is the bootloader (I use the fNET bootloader) and the another one is the firmware.
How I can merge my bootloader binary with the application project and load it as a single .bin file without the fact that bootloader and firmware overlap in the Flash Memory?
I have to adjust both projects (bootloader and firmware) with custom linkscripts files?