Hi,
I have written a program which blinks an LED on TMS320c6701 processor. Using JTAG it works fine.
Now I am trying to flash/load same program from EEPROM after power ON. I am new on this ,Please can somebody help me on this how to proceed.
Steps I followed:
1 Converted the .out file to .bin (followed instructions from <http://e2e.ti.com/support/development_tools/compiler/f/343/p/154409/559825> )
2. Wrote this bin data to the EEPROM using a separate code.
4. Reset the board
The BOOTMODE configuration on the hardware is 10101(MAP1 with 16bit ROM).
The processor I am using is TMS320C6701. Most materials available online uses Flash Burn with support DSK, etc.
A custom built board is not supported in the free version.
Thanks in advance