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 ???
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/