T1023WLAN Core not responding error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

T1023WLAN Core not responding error

跳至解决方案
1,775 次查看
WesleyVong
Contributor I

Hello,

I corrupted the u-boot flash on the t1023wlan board and am trying to re-flash the board using the jtag connector and codewarrior TAP. However, when I try to do so, I repeatedly get "error: T1020: Core not responding". I have tried the default jtag chains as well as a custom chain based on the rcw I recovered from the board when it was working but none of these worked.

0 项奖励
回复
1 解答
1,759 次查看
WesleyVong
Contributor I

Thanks, it turns out the board I was using was broken. I switched it out and it works now!

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,762 次查看
yipingwang
NXP TechSupport
NXP TechSupport

In your CCS log, there is error at JTAG diagnostics, Error measuring IR length.

If the test fails to measure the length of the instruction register, then an error, Error measuring IR length, is thrown.
The error might be due to one or more of the following reasons:
• TRST stuck low: This may hold the target JTAG logic in reset, preventing any shifts to occur.
• TMS disconnected or stuck: This may prevent the target from making any JTAG state changes.
• TCK disconnected or stuck: This may prevent any state changes or clocking of data.
• TDI disconnected or stuck: This may prevent the test pattern data from getting into the target.
• TDO disconnected or stuck: This may prevent the test pattern data from getting out of the target.
If the test fails, then it is possible that there is a physical connection problem with the JTAG pins, or the JTAG frequency is too high.

Please try whether it is helpful to configure "JTAG clock speed" lower from Run->Debug Configurations-><project>-core00_RAM_T1023_Download->Edit->Connection->JTAG settings.

0 项奖励
回复
1,760 次查看
WesleyVong
Contributor I

Thanks, it turns out the board I was using was broken. I switched it out and it works now!

0 项奖励
回复