Hi,
I use s32DS+ MPC5748G. I have separate project for boot loader and main APP, so I also have separate *.elf files. My question is how to download two of them at one time?
Hello,
Please try to add your bootloader .elf as the additional .elf file into the main core debug configuration.
This allows you to program both .elf files and debug just the Application elf:
You can do the same for bootloader debugger configuration, and the debug information for bootloader is available instead of app:
Hope it helps.
Stan
Thanks very much. It works.