Hi everyone,
I'm trying to make my program run on the tms320c6713 without the use of a computer. I successfully create the main.out and main.hex files. Unfortunately, I cannot make the final step, burn the ROM. It is my understanding, I need to use an external script or program to download main.hex to the ROM . Once that step is done, I just need to disconnected the usb port, set the correct boot mode with the slide buttons(SW3), and finally reset the tms320c6713.
I already read the following material
http://focus.ti.com/docs/apps/catalog/resources/appnoteabstract.jhtml?abstractName=spra999a
http://www.ti.com/lit/an/spra544d/spra544d.pdf
My question is how do I create the script to download the main.hex file in the ROM using CCS 6.0.1? and where do I run it? on CCS , or as a .exe file?
OR at least
I found a promising tool, FlashBurn4 from http://processors.wiki.ti.com/index.php/Flashing_the_C6713_EVM
I had to download CCS 5.2 to make it work. However, I cannon find the FlashBurn Target Component file (.fbtc) required to make the program work. Does anybody know where I can found it?
I sincerely appreciate your time.