S32DS Create .bin file too huge

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

S32DS Create .bin file too huge

145 Views
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 

Tags (1)
0 Kudos
1 Reply

120 Views
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 Kudos