How to download more than one *.elf files

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to download more than one *.elf files

1,491 Views
yuehedeng
Contributor III

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? 

2 Replies

1,243 Views
stanish
NXP Employee
NXP Employee

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:

pastedImage_1.png

You can do the same for bootloader debugger configuration, and the debug information for bootloader is available instead of app:

pastedImage_2.png

Hope it helps.

Stan

1,243 Views
yuehedeng
Contributor III

Thanks very much. It works.

0 Kudos