Tool/software: Code Composer Studio
HI!
I have very old device designed on tms320c50. I ty to repear it. How can i build boot image for this?
I have cc2000. I build test project (on C) and get COFF file. I translate this file to hex by hex2000 without any argumenrs (hex2000 test.hex test.coff) And after convert to bin by hex2bin (my programm tool understand only bin)
when i try to start the did'nt see any resaults (the device must to change XF-falg) the flag is free.
In manual read about Boot Routine Selection Word where is word place??
Same additioanl.
I can find this document 
and i have same question about it.
the command file for DSPHEX is right? Or has mistake? In this file consist
filename.out
-t
-bootorg 08000h
SECTIONS { bootsect = boot }
the bootorg 0x8000 or 0x800 like in linker command file??
I edit this commsnd file change option -t to -i for get intelhex. After run DSPHEX with command file I get two files test.i00 ant test.i01 How can I get bin from this files??