S32DS Create .bin file too huge

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

S32DS Create .bin file too huge

194件の閲覧回数
zhiguo
Contributor I

zhiguo_0-1704451332561.png

Hello.

If I cancel the two option above the picture,the .bin file size is too huge. 

Bin file is filled up by 0x00.

Please tell me why 

Thanks 

タグ(1)
0 件の賞賛
1 返信

169件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi, 

the raw binary doesn't contain address info and fills up gaps between memory spaces by 0x00. If you are using non-continuous memory - unused space is filled up and the binary size may be pretty huge. 

 

If you check the .text and .data section - in the binary will be written only data with this sections.  Better idea is use s-record which has address info instead of raw binary. 

0 件の賞賛