TI中文支持网
TI专业的中文技术问题搜集分享网站

Spectrum Digital XDS560V2仿真器问题

我们的仿真器,投入使用后,在几天内有分别出现了不同的问题。现描述如下:

有两个Spectrum digital TMDSEMU560V2STM UE 的仿真器出了问题

第一个Spectrum digital TMDSEMU560V2STM UE,加电之后所有LED灯均不亮起,仿真器没有任何响应。


(function(id)
{
var v = document.getElementById(id);var op = v.style.position, ol = v.style.left, or = v.style.right, fe = [];
var nodeLimit = 50;
checkVideo = function() {
if (!v.canPlayType || v.error) {
var bound = 0;
while (v.childNodes.length > 0 && bound < nodeLimit) {
bound++;
if (v.childNodes[0].nodeName != 'SOURCE') {
v.parentNode.insertBefore(v.childNodes[0], v);
}
}
v.parentNode.removeChild(v);
} else if (v.readyState == 0) {
window.setTimeout(checkVideo, 249);
}
},
checkVideoRendered = function() {
if (v.networkState == 1 && v.readyState == 4) {
v.style.position = op;
v.style.left = ol;
v.style.right = or;
for (var i = 0; i < fe.length; i++) {
fe[i].parentNode.removeChild(fe[i]);
}
} else {
window.setTimeout(checkVideoRendered, 249);
}
}
if (navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1) {
window.setTimeout(checkVideo, 249);
}
})('v_d161f65f43ee459da9bfa95c0a3bff63');

第二个Spectrum digital TMDSEMU560V2STM UE,2号机,插上电源可以看到LED闪烁,驱动程序安装成功,使用Sd560v2Config测试无响应部分有响应,可以USB回环测试,可以使用boot命令,能看到LED重新开始闪烁(认为是进行了重启),但是在重启过程中Sd560v2Config,异常退出,使用update命令更新固件,仿真器进入了safeMode,之后Sd560v2Config异常退出,再次使用Sd560v2Config查询可以看到safeMode=true, 设置为false无响应,插拔电源重启后依然处于safeMode=true模式,多次设置后才能够成功设置为false成功。

使用Sd560v2Config的DbgJtag标签测试:

响应如下:

Spectrum Digital Configuration Utility

 

 

@BEGIN-1

 

CMD:dbgjtag.exe -d sd560v2u -p 0 -r

Loaded FPGA Image: C:\ti\ccs901\ccs\ccs_base\common\uscif\dtc_top.jbc

 

An error occurred while hard opening the controller.

 

—–[An error has occurred and this utility has aborted]——————–

 

This error is generated by TI's USCIF driver or utilities.

 

The value is '-182' (0xffffff4a).

The title is 'SC_ERR_CTL_CBL_BREAK_NEAR'.

 

The explanation is:

The controller has detected a cable break that is near-to itself.

The user must connect the cable/pod to the controller.

 

CMD:dbgjtag.exe -d sd560v2u -p 0 -S pathlength

Loaded FPGA Image: C:\ti\ccs901\ccs\ccs_base\common\uscif\dtc_top.jbc

 

An error occurred while hard opening the controller.

 

—–[An error has occurred and this utility has aborted]——————–

 

This error is generated by TI's USCIF driver or utilities.

 

The value is '-182' (0xffffff4a).

The title is 'SC_ERR_CTL_CBL_BREAK_NEAR'.

 

The explanation is:

The controller has detected a cable break that is near-to itself.

The user must connect the cable/pod to the controller.

 

CMD:dbgjtag.exe -d sd560v2u -p 0 -S integrity

Loaded FPGA Image: C:\ti\ccs901\ccs\ccs_base\common\uscif\dtc_top.jbc

 

An error occurred while hard opening the controller.

 

—–[An error has occurred and this utility has aborted]——————–

 

This error is generated by TI's USCIF driver or utilities.

 

The value is '-182' (0xffffff4a).

The title is 'SC_ERR_CTL_CBL_BREAK_NEAR'.

 

The explanation is:

The controller has detected a cable break that is near-to itself.

The user must connect the cable/pod to the controller.

 

CMD:dbgjtag.exe -d sd560v2u -p 0 -G range, lowest=12MHz,highest=25Mhz -o

Loaded FPGA Image: C:\ti\ccs901\ccs\ccs_base\common\uscif\dtc_top.jbc

 

An error occurred while hard opening the controller.

 

[An error has occurred and this utility has aborted]

 

This error is generated by TI's USCIF driver or utilities.

 

The value is '182' (0xffffff4a).

The title is 'SC_ERR_CTL_CBL_BREAK_NEAR'.

 

The explanation is:

The controller has detected a cable break that is nearto itself.

The user must connect the cablepod to the controller.

@END-1

以上主要错误信息是error-182.

在使用CCS9建立工程进行时,验证仿真器出现了上的error-182错误信息

 //———————————————————————————————————————————————

另外还有两个BlackHawk的仿真器出了问题,型号都是TMDSEMU560V2STM -U也出问题,

一个是插上USB电缆后两个LED不亮,使用Bh560v2Config Utility测试无响应

一个是插上USB电缆后两个LED工作正常,使用Bh560v2Config Utility测试,出现以下错误

[Start]

Execute the command:

%ccs_base%/common/uscif/dbgjtag.exe -f %boarddatafile% -rv -o -F inform,logfile=yes -S pathlength -S integrity

[Result]

—–[Print the board config pathname(s)]————————————

C:\Users\VIM-008\AppData\Local\TEXASI~1\
CCS\ccs901\0\0\BrdDat\testBoard.dat

—–[Print the reset-command software log-file]—————————–

This utility has selected a 560/2xx-class product.
This utility will load the program 'bh560v2u.out'.
Loaded FPGA Image: C:\ti\ccs901\ccs\ccs_base\common\uscif\dtc_top.jbc
The library build date was 'Mar 25 2019'.
The library build time was '14:47:27'.
The library package version is '8.1.0.00007'.
The library component version is '35.35.0.0'.
The controller does not use a programmable FPGA.

An error occurred while hard opening the controller.

—–[An error has occurred and this utility has aborted]——————–

This error is generated by TI's USCIF driver or utilities.

The value is '-183' (0xffffff49).
The title is 'SC_ERR_CTL_CBL_BREAK_FAR'.

The explanation is:
The controller has detected a cable break far-from itself.
The user must connect the cable/pod to the target.

[End]

我们进了多次多方面的测试,现在这四个仿真器都用不起来,急切盼望各位大能们愿帮忙解决,先谢谢了

Shine:

提示“The controller has detected a cable break that is nearto itself.” 建议检查一下cable线有没有坏掉或者接触不好。

,

user6476790:

我反复测试过了,电缆没有问题

,

Shine:

如果进入safe mode的话,更新一下firmware试试。
Q: The LEDs are flashing and I can't connect to the XDS560v2 System Trace Debug Probe in CCS, what does this mean?
software-dl.ti.com/…/emu_xds560v2.html

赞(0)
未经允许不得转载:TI中文支持网 » Spectrum Digital XDS560V2仿真器问题
分享到: 更多 (0)