[quote user="Daisuke Maeda"]To convert the addresses that the base address and the sections are placed, is the SECTIONS Directive in the hex command file needed[/quote]
No. You only need a SECTIONS directive if you want do do something special with sections, such as only include certain named sections.
[quote user="Daisuke Maeda"]Can you show me an example of the hex command file for the following linker command file?[/quote]
Sure:
C:\ti\AM335X_StarterWare_02_00_01_01\binary\armv7a\cgt_ccs\am335x\beaglebone\gpio\Release\gpioLEDBlink.out -i -image -o gpioLEDBlink.hex -memwidth 32 -romwidth 32 -map gpioLEDBlink.hex.map -order MS ROMS { DDR: o = 0x80000000, l = 0x80200000 }
Please note that this will not convert the DDR_SYSD or DDR_TLB memories, but I think that's the right thing to do for this linker command file.