How to build different format hex file

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

How to build different format hex file

569件の閲覧回数
373254598
Contributor II

HI: 

I have two S23D powerpc Project, MPC5607B and MPC5777M,both projects are set to generate hex files.

The hex generated by the MPC5777M project always ends with a Record type of 0x05(Start linear Address Record)

But, the hex generated by the MPC5607B project always ends with a Record type of 0x03(Start SegmentAddress Record): 

How to set the generated Record type to 05 format ???

 

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

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

Hi, 

if the memory is under 1 MB - objcopy uses 03 record type. You can find more details for example here - https://stackoverflow.com/questions/26295776/what-are-the-intel-hex-records-type-03-or-05-doing-in-i... 

 

You can try format output hex by s-rec tool - https://srecord.sourceforge.net/ 

0 件の賞賛
返信