S32DS compile problem

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

S32DS compile problem

1,289 Views
825414066
Contributor I

I have a bootloader project base on the Ymodem protocol used for S32R274, so I need my app project can generate a bin file, then I change my app project configure like this:

Screenshot_6.png

But when I finish compiled, I found my core z4 and z7b bin file is too large, its almost 1G, my computer can not edit with that.

Screenshot_7.png\image.png

by the way, the z7a bin file is normal size.

 

I guess it cause by my bin file have some SRAM content to record, so that result the address span of flash and SRAM is too large, then cause the large bin file.

I dont need the SRAM content, I dont know how to eliminate that from project setting, It anyone could help me please.

image.png

 

Regards

PS: Fogiven my poor English  ^_^

 

0 Kudos
Reply
2 Replies

1,272 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

yes, the binary will fill the whole free memory and S32R274 has a quite large memory.

Move over using binary for bootloader source doesnt makes much sense. There are no addresses, nothing.

Ideally you would use S-record for bootloader.

 

best regards,

Peter

0 Kudos
Reply

1,250 Views
825414066
Contributor I

Thanks, Peter

I have write a bootloader project that using srec file to update.

0 Kudos
Reply