我设计的C6457板子,想用CCS3.3来调试,仿真器的配置该如何选择?C64X+还是C64XX?C64X+里面只有C6455啊?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我设计的C6457板子,想用CCS3.3来调试,仿真器的配置该如何选择?C64X+还是C64XX?C64X+里面只有C6455啊?
问题解决了,最终连接环境为CCS3.3,仿真器为瑞泰的XDS560PLUS仿真器,device选择DM6437;
但需要在 //CCStudiov3.3\cc\bin\brddat路径下,将ccBrd0.dat文件中的
&dsp address=16 force=yes pseudo=no default=no custom=no
改为 &dsp address=17 force=yes pseudo=no default=no custom=no
如此在debugg/connect成功连接
但会提示:
Trouble Reading Memory Block at 0x3c0012c0 on Page 0 of Length 0x340: Error 0x00000002/-1202 Error during: Memory, CPU continually indicated it was 'not ready' This is considered a catastrophic event, user can either force CPU ready and continue the debug process by choosing button 'YES', or abort current by reset the system
点击YES
找了6457的TI官方例程,编译生成.OUT文件,下载运行成功。
如果无法生成.out文件的话,需要升级一下■Code Generation tool version, 从5.0.6到 6.1.2
谢谢 Jacob