S32DS Create .bin file too huge

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

S32DS Create .bin file too huge

206 次查看
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 回复

181 次查看
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 项奖励