按照该链接输入如下命令:T4240 - JTAG chain does not contain any debuggable cores
(bin) 1 % config cc cwtap:192.168.1.200
(bin) 2 % ccs::config_chain testcore
(bin) 3 % jtag::lock
(bin) 4 % jtag::reset_tap 1
(bin) 5 % jtag::reset_tap 1
(bin) 5 % jtag::scan_in dr 256
(bin) 6 % jtag::unlock
(bin) 7 %
结果提示信息如下,请问可能是哪里的问题:
CodeWarrior Connection Server console display active (Tcl8.4.12 / Tk8.4.12)
Loading CCSAPI Tcl interface (C:/Freescale/CW_PA_v10.5.1/PA/ccs/bin/ccstcl.dll)...
Loading Svfburner (C:/Freescale/CW_PA_v10.5.1/PA/ccs/bin/svfburner.dll)...
There are no command converters configured
Server listening on port: 41475
Clients allowed from all hosts
No clients denied
(bin) 1 % config cc cwtap:192.168.1.200
(bin) 2 % ccs::config_chain testcore
Network timeout
(bin) 3 % jtag::lock
Network timeout
(bin) 4 %
已解决! 转到解答。
It your board uses the MPC8280, use CodeWarrior 8.8 instead if CodeWarrior 10.5.
Use CodeWarrior 8.8 and CodeWarrior 8.8.6 patch. CodeWarrior 8.8.6 patch is needed for using CodeWarrior TAP.
This patch is available on the following page:
https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&element=6121541
Have a great day,
Pavel Chubakov
It your board uses the MPC8280, use CodeWarrior 8.8 instead if CodeWarrior 10.5.
Use CodeWarrior 8.8 and CodeWarrior 8.8.6 patch. CodeWarrior 8.8.6 patch is needed for using CodeWarrior TAP.
This patch is available on the following page:
https://nxp.flexnetoperations.com/control/frse/download?agree=Accept&element=6121541
Have a great day,
Pavel Chubakov
Test connection to your CodeWarrior TAP using the following commands in CCS window:
log v
source IDcode.tcl
See the following page:
https://community.nxp.com/docs/DOC-94804
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Configuring TAP Interface....
Configured Connection: cwtap : 00:04:9f:06:3b:22
CodeWarrior TAP executable differs from local file.
CodeWarrior TAP Boot Loader version 1.0.1
CodeWarrior TAP OS version 1.0.4
Sending code to CodeWarrior TAP.........done
Running package script
TDO -----
|
* Device 0 IDCODE: FFFFFFFF Device: Unknown Device
* Device 1 IDCODE: FFFFFFFF Device: Unknown Device
* Device 2 IDCODE: FFFFFFFF Device: Unknown Device
* Device 3 IDCODE: FFFFFFFF Device: Unknown Device
* Device 4 IDCODE: FFFFFFFF Device: Unknown Device
* Device 5 IDCODE: FFFFFFFF Device: Unknown Device
* Device 6 IDCODE: FFFFFFFF Device: Unknown Device
* Device 7 IDCODE: FFFFFFFF Device: Unknown Device
|
TDI -----
###################################################
#
# configTAP - Redefine TAP interface
#
# scanboard - Scans the target system
# and returns the JTAG IDCode
#
# ir - Loopback test
#
###################################################
(bin) 3 %