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.
I'm currently learning about the C6713 chip. My instructor told me that if I want to program code into the chip, I first need to compile it using CCS 6.6, then use CCS 2.2 to convert the .out file into a .hex file, and finally use specialized software to write it to the flash memory. However, from what I've learned online, the C6713 supports on-chip debugging using the XDS560 emulator. I'd like to learn how to use CCS 6.6 with either the XDS560 or XDS560v2 to debug the C6713 on-chip.The image below shows the schematic diagram of my JTAG portion. My system architecture is DSP + FPGA + CPLD. Thank you.
TI对这款芯片的支持有限。
官网没有你提到的这两个CCS版本。CCS的全部版本见下方链接。
https://www.ti.com.cn/tool/cn/download/CCSTUDIO
TMS320C671x系列目前建议的开发环境如下。
CCS怎么和仿真器配合使用,见CCS教程。