Hello,
I need help please. I'm lost with this issue for days.
I work with Windows 10 64bits. I try to connect and debug a board with a MPC5200B.
I've downloaded CodeWarrior MobileGT v9.2 I use the CodeWarrior USB Tap. Driver is libusb32 (tried many others).
I've tried with windows 8 64, Windows 7 64, Windows 7 32bits and even Ubuntu 14 =Always the same result.
CCS integrated with mobileGT v9.2 is unable to connect to USB tap
Here is the log :
CodeWarrior Connection Server console display active (Tcl8.4.12 / Tk8.4.12)
Loading CCSAPI Tcl interface (C:/Program Files (x86)/Freescale/CodeWarrior for MobileGT V9.2/ccs/bin/ccstcl.dll)...
CCS: tmpc5500_etpu.tcl is sourced into [::mpc5500_etpu] namespace
CCS: tsjc.tcl is sourced into [::sjc] namespace
CCS: tmsc8144sc.tcl is sourced into [::msc8144sc] namespace
CCS: tmsc8144tp.tcl is sourced into [::msc8144tp] namespace
CCS: tskyeplus.tcl is sourced into [::skyeplus] namespace
CCS: tzas.tcl is sourced into [::zas] namespace
CCS: tarmetb.tcl is sourced into [::armetb] namespace
CCS: tmsc815xsc.tcl is sourced into [::msc815xsc] namespace
CCS: tmpc603e.tcl is sourced into [::mpc603e] namespace
CCS: tmpc603ei.tcl is sourced into [::mpc603ei] namespace
CCS: te500.tcl is sourced into [::e500] namespace
CCS: tmpc7410.tcl is sourced into [::mpc7410] namespace
CCS: tmpc74x7.tcl is sourced into [::mpc74x7] namespace
CCS: tmpc7447a.tcl is sourced into [::mpc7447a] namespace
CCS: tj2i2c.tcl is sourced into [::j2i2c] namespace
CCS: tmpc83xx.tcl is sourced into [::mpc83xx] namespace
CCS: tmpc755.tcl is sourced into [::mpc755] namespace
CCS: tarm11.tcl is sourced into [::arm11] namespace
CCS: tmpc7448.tcl is sourced into [::mpc7448] namespace
CCS: tcoldfire.tcl is sourced into [::coldfire] namespace
CCS: tmpc8641.tcl is sourced into [::mpc8641] namespace
CCS: tsdma.tcl is sourced into [::sdma] namespace
CCS: tmxc_sdma_filter.tcl is sourced into [::mxc_sdma_filter] namespace
CCS: tmxcsc.tcl is sourced into [::mxcsc] namespace
CCS: tj2i2cv2.tcl is sourced into [::j2i2cv2] namespace
CCS: tmxc_zassc_filter.tcl is sourced into [::mxc_zassc_filter] namespace
CCS: te500mc.tcl is sourced into [::e500mc] namespace
CCS: tcortex_a8.tcl is sourced into [::cortex_a8] namespace
CCS: autoexec.tcl is sourced into [::] namespace
0: Parallel Port(SPP) (lpt:1) CC software ver. {3.3}
Server listening on port: 41475
Clients accepted from all hosts
(bin) 1 % log v
verbose logging
(bin) 2 % delete all
(bin) 3 % config cc utap
(bin) 4 % show cc
0: USB open failure
But CCS supplied with CodeWarriro MCU v11.1 is OK.
CodeWarrior Connection Server console display active (Tcl8.4.12 / Tk8.4.12)
Loading CCSAPI Tcl interface (C:/Freescale/CW MCU v11.1/MCU/ccs/bin/ccstcl.dll)...
Loading Svfburner (C:/Freescale/CW MCU v11.1/MCU/ccs/bin/svfburner.dll)...
Server listening on port: 41475
Clients allowed from all hosts
No clients denied
(bin) 1 % log v
CCS Windows Release Build 438p0
verbose logging
ac argc argv argv0 auto_index auto_oldpath auto_path
(bin) 2 % delete all
(bin) 3 % config cc utap
(bin) 4 % show cc
0: USB TAP (JTAG) (utap:) Loader software ver. {1.10}
Sending code to USB TAP - please wait
0: USB TAP (JTAG) (utap) CC software ver. {1.3}
(bin) 5 % source IDcode.tcl
Scanning for available TAPs connected via USB.....
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+ Available Remote Connections
+
+ 1 - USBTAP - 19252078
+ 2 - CodeWarriorTAP - <Specify IP Address>
+ 3 - EthernetTAP - <Specify IP Address>
+ 4 - GigabitTAP - <Specify IP Address>
+
+ x - Exit Script without Changes
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Specify connection:
1
Configuring TAP Interface....
Configured Connection: utap : 19252078
TDO -----
|
* Device 0 IDCODE: 1001101D Device: FSL MPC5200B rev 2.x
* 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 -----
Except it detects some unknown devices on the JTAG chain. They does not exist on the JTAG chain!!! I've removed TDI and TDO pull up...
Do I need to do something else?
CodeWarrior MobileGT give this error :

And here is the setting :

I can connect to the board I need to debug with USBBlaster and TopJTAG

I've tried the USBTap withMPC5554EVB and USB tap is OK !
Any help will be very appreciated !
Thanks