How to download more than one *.elf files

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to download more than one *.elf files

1,559 次查看
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 回复数

1,311 次查看
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,311 次查看
yuehedeng
Contributor III

Thanks very much. It works.

0 项奖励