hi,ereryone
I have been trying to use the TMS320C6713B and Code Composer Studio V3.3 to perform a digital signal process.
When the C6713 is running in little endian mode,it can perform very well. Now when I want to let it run in big endian mode,the ccs return a "data verification failed" error to me. Since i wana to change the endian mode,I do something below:
1,I set the HD8 pin 0,(big endian)
2.Set HD12 pin 1
3.set project --> build options --> advanced --> endianness == big endian
4.change the lib files from "csl6713.lib , rts6700.lib" to "csl6713e.lib" and "rts6700e.lib".
5.Build project , no errors
6,load my program data to internal Ram
Then i get the horrible failed message. I also try to load data to internal Ram , but the ccs show me the same message.
Please help. Thanks