(b) Hex command file
–i
test.out
–map example.mxp
ROMS
{
PAGE 0: ROM: org = 0x0000,
}
SECTIONS
{
sec1: paddr = 0x0000
sec2: paddr = 0x0004
}
Example C–6. Method Two for Avoiding Holes
(a) Linker command file
/* SPECIFY THE SYSTEM MEMORY MAP */
MEMORY
{
PAGE 0: DARAM: org = 0x0080
EXT: org = 0x1400
}
SECTIONS
{
outsec: { *(sec1)
*(sec2) } > EXT PAGE 0
}
(b) Hex command file
–i
test.out
–map example.mxp
ROMS
{
PAGE 0: ROM : org = 0x0100, length = 0x0800, romwidth = 8, memwidth = 8,
files = {examp2_2.hex}
}
SECTIONS
{
outsec: paddr = 0x100
}
Example 2: Avoiding Holes With Multiple Sections
length = 0x800, romwidth = 8, memwidth = 8
, length = 0x1370
, length = 0xEB80
Hex Conversion Utility Examples
C-9
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?