According to http://processors.wiki.ti.com/index.php/Flashing_the_C6747_EVM, I modify my .gel file. I comment some codes as follows and add these configuration codes to my application codes.
After that, I compile program and download .out file through JTAG( I want to know this time whether the application code is ok or not), but there is an error:
I think that's because I comment some codes, so I uncomment Setup_System_Config() and Setup_Psc_All_on(). Then I complile program again, and download .out file. This time it's ok.
Then using D800K001, I get .bin file. I burn it to my flash, but it can't work.
Could somebody help me? Thank you.