Other Parts Discussed in Thread: UNIFLASH
Hi, I have 2 questions about F280049 project ,is07_speed_control_coff.
1. I find that the text address start with 0X00080004,not 0x00080002 as cmd file shows.
Flash CMD file: FLASHB0_SA : origin = 0x080002, length = 0x00FFFE /* on-chip Flash */
below is the map file.
page address name
---- ------- ----
0 00080004 .text
The data in 0x80002 and 0x80003 are filled with 0xFFFF.
2. I created the hex file.But there a new line while the address is continuous.
For example:
:020000040008F2
:040000000048351669
:20000400B2BDAABDA2BDE20304BDE20305BDE20306BDE20307BDFE12761F03248D40C9C0E7
....
:20356400D4000006520A6302D4000006E20300C400062920FF6900062BF42BFC0006762585
:0E3574006F0076256F001EC400069A01000647
:20357C00761BFFF00005ABBDAABDA2BDA8BDA0BDC2BDC3BDE20000BDE20300BDE20301BDD7
The two red lines shows the address is just continuous, why for the up line not goes like :203574................
Is the hex file has the byte limit of every address section?
Regards
Arrow