S32DS compile problem

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

S32DS compile problem

1,532 次查看
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 项奖励
回复
2 回复数

1,515 次查看
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 项奖励
回复

1,493 次查看
825414066
Contributor I

Thanks, Peter

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

0 项奖励
回复