Hi NXP,
I have a bootloader binary file and want to merge with application project and load it as .elf/srec/bin file.
I found a solution here
https://community.nxp.com/t5/S32-Design-Studio/Compiling-multiple-projects-in-S32DS-IDE/m-p/705483
In this solution bootloader address in continuous from 0x0000_0000 to 0x0000_A000 and may not work with my bootloader memory layout.
But In my bootloader memory layout is like below
KKumar_0-1679398065914.png
interrupt is from 0x0000_0000 and Bootloader Application is from 0x1000_0000
Help me merge bootloader binary bin(with my configuration) with application project.