自制PCB:包括一片TMS320C6416和两片TMS320C6713,使用菊花链进行硬件上的级联,具体形态是
C6416 -> C6713_1 -> C6713_2
仿真平台:CCS 5.5
仿真器件:Wintech XDS560v2
仿真工程:操作连接各自芯片GPIO引脚的LED灯小程序
问题描述:在ccxml configura
tion配置文件中,按照上述芯片的顺序建立仿真器connection。
在debug过程中,bypass后两片C6713,C6416正常load程序,LED正常闪烁;
bypass C6416和C6713_1,那么C6713_2也正常工作;
但是当bypass C6416和C6713_2,中间位置的C6713_1无法load,仿真器报错
----------------------------------------------------------------------------------------
Error connecting to the target: (Error -1060 @ 0x0) Device is not responding to the request.Reset the device, and retry the operation.If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK)--------------------------------------------------------------------------------------请TI工程师指导,谢谢。PS:菊花链方式连接的多块DSP是否可以在CCS 5.5平台上进行scan?如何进行?