hello everyone
i am working on dsk6713
when i tried to make a hex file using hex6x utility i got erro which is shown in attached file.....
my linker command file for hex6x utility....
flash_sine.out
-a
-image
-zero
-memwidth 16
ROMS
{
PMEM: org=0x00000000, len=0xFFFF, romwidth=16
FLASH: org=0x90000000,len=0x00080000 files={flash_sine7.hex}
}
SECTIONS
{
.vecs: paddr=0x00004600
.text: paddr=0x90000030
.const: paddr=0x00004000
.cint: paddr=0x00005050
}
what are the additional files required for flash burn ?
i have also made .lsb and .msb files of .out file...
i have followed the procedure written in help of ccs studio for hexconversion utility......
is there anything that needs to be specified in linker command file?
how to define boot load in sections? and it will start from which memory location ?
regards
jay sompura