S32DS compile problem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

S32DS compile problem

1,424件の閲覧回数
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,407件の閲覧回数
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,385件の閲覧回数
825414066
Contributor I

Thanks, Peter

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

0 件の賞賛
返信