<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is my USB TAP defective? in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979588#M7940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your response.&amp;nbsp; I can confirm for you that TX/RX goes to flashing green after initialization; however, I can also confirm that I have never seen the Run/Pause LED display anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said that Run/Pause LED "will not turn on until [after] first connection from CodeWarrior debugger"...can you confirm that if all I do is open up CCS console and attempt "source IDcode.tcl" that this should also cause the TAP to look for target power as well as cause Run/Pause LED to illuminate?&amp;nbsp; I have been getting the same error and same lack of Run/Pause LED regardless of whether I interact just via CCS console or via CodeWarrior itself, but just want to make sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2019 12:26:25 GMT</pubDate>
    <dc:creator>nathana</dc:creator>
    <dc:date>2019-11-28T12:26:25Z</dc:date>
    <item>
      <title>Is my USB TAP defective?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979586#M7938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How likely is it for a CodeWarrior USB TAP to respond just fine on the USB side (to the host / computer that CodeWarrier is installed on), but still be "broken" on the TAP/JTAG side?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my sob story...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not an embedded systems engineer/developer.&amp;nbsp; I did, however, manage to "brick" a commercial&amp;nbsp;board via a botched bootloader update.&amp;nbsp; The board is based around a P3041 SoC.&amp;nbsp; I have been trying to fix it ever since, but have repeatedly struck out (and not for lack of research or trying, believe me).&amp;nbsp; I know that I haven't clobbered the RCW because the bootloader still starts up and prints some output to the serial console, but it just hangs before it can chain off to the main OS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copies of all the "right" bits and I know exactly what needs to get written and at what offsets, and so I know 100% for a fact that I could fix the damage if I could just make targeted writes to the NOR flash (which is partly what makes this whole situation so frustrating...at the end of the day, it's just a stupid software problem), but so far I have been unsuccessful in finding&amp;nbsp;a way to do so *without* physically desoldering the flash chip from the PCB.&amp;nbsp; The board does have a 16-pin COP header on it, and I have managed to borrow a couple of different commercial JTAG emulators with COP support, but in each case the JTAG box in question turned out to only be licensed for a different subarchitecture (usually PowerQUICC II or III), so even though the products themselves had QorIQ P-series support, these devices refused to allow me to proceed further merely on account of software licensing restrictions.&amp;nbsp; And I can't afford to pay thousands of dollars to these vendors to license QorIQ support&amp;nbsp;from them&amp;nbsp;for a shot at a one-time re-flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had recently been made aware that a Freescale/NXP USB TAP could be used in combination with CodeWarrior installed with an evaluation license.&amp;nbsp; So I obtained a COP variant CodeWarrior USB TAP second-hand, and am using it in conjunction with CW for Power Architecture 10.5.1.&amp;nbsp; Just to make sure the host computer wasn't the problem, I have tried this on 2 separate PCs, one running Windows 10 64-bit, and one that I did a clean install of Windows 7 SP1 32-bit on as a test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The USB side of the USB TAP seems to be fine, as I can get the driver to install no sweat, and CCS can communicate with&amp;nbsp;the TAP over USB without issue...I can "config cc utap" followed by "show cc" just fine, and I can even "updateutap" to reflash its firmware without a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I create any Target Task in CW that attempts to use the TAP to communicate with the target, such as a Hardware Diagnostic or Flash Programming task, it always fails.&amp;nbsp; So I tried "source IDcode.tcl" from CCS console while I had the TAP plugged into the COP header on the PCB, and got the EXACT SAME ERROR that I get from within CW, which is this: "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Cable disconnected (target power not detected)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Though I can't use them to re-flash the board in question due to the licensing issues, neither of the competing JTAG emulators that I have access to (one a Abatron BDI2000, and one a Ronetix PEEDI) have a problem detecting the P3041 SoC's TAP when plugged into the board's COP interface, and they both successfully display the correct IDCODE of 0x018E101D.&amp;nbsp; So I *know* that the COP interface to the SoC *is* working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I thought that perhaps the board might not be supplying enough power on Vcc to "satisfy" the CodeWarrior TAP, which might just be "pickier" than the Abatron or Ronetix debuggers when it comes to implementation tolerances.&amp;nbsp; So I found a different commercial device based around a PPC SoC (in this case, a MPC82xx) that also had a COP header on it, plugged the USB TAP into it, and *exact same problem*!!!&amp;nbsp; "target power not detected"!&amp;nbsp; So I again tried plugging the Abatron and Ronetix emulators onto this other board, and just like before, they had no problems detecting the MPC82xx SoC's TAP over the JTAG interface!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;So since I have now run into 2 different PPC-based boards that both have a COP interface, and Abatron and Ronetix boxes have no trouble grabbing a JTAG TAP IDCODE from while this Freescale one claims it doesn't see Vcc power, I'm thinking that the conclusion is inescapable at this point that the USB TAP has *got* to be defective.&amp;nbsp; Has anybody seen anything like this before with their USB TAPs?&amp;nbsp; Is it common for these things to&amp;nbsp;"go bad" like this?&amp;nbsp; The one I have was sold to me as "New, open box", but based both on this as well as its physical condition on arrival, I'm thinking it was falsely advertised and it probably was used.&amp;nbsp; But what could somebody have done to break it in this way?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;For the record, the TAP is part #&amp;nbsp;900-75115, revision "D", COP variant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks in advance for any assistance/guidance/help...I'm getting desperate...&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2019 12:01:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979586#M7938</guid>
      <dc:creator>nathana</dc:creator>
      <dc:date>2019-11-27T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is my USB TAP defective?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979587#M7939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Hello &lt;A _jive_internal="true" href="https://community.nxp.com/people/nathana" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;SPAN style="color: blue;"&gt;Nathan Anderson&lt;/SPAN&gt;&lt;/A&gt;,
 Please refer to the following LED status. It seems that there is problem with your CodeWarrior USB TAP,
 Please contact your distributor to replace for a new one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;
 USB &lt;STRONG&gt;TAP&lt;/STRONG&gt; TX/RX LED:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- off: USB &lt;STRONG&gt;TAP&lt;/STRONG&gt; is unplugged or suspended/disabled&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- flashing red: USB &lt;STRONG&gt;TAP&lt;/STRONG&gt; is in low &lt;STRONG&gt;power&lt;/STRONG&gt; mode (not yet configured by the PC)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- flashing green: USB &lt;STRONG&gt;TAP&lt;/STRONG&gt; is in high &lt;STRONG&gt;power&lt;/STRONG&gt; mode (should show up in device manager at this point)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- bursts of orange: indicates data being sent or received on the USB port&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;USB &lt;STRONG&gt;TAP&lt;/STRONG&gt; Run/Pause LED:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- off: no &lt;STRONG&gt;target&lt;/STRONG&gt; &lt;STRONG&gt;power&lt;/STRONG&gt; (also, will &lt;STRONG&gt;not&lt;/STRONG&gt; turn on until first connection from &lt;STRONG&gt;CodeWarrior&lt;/STRONG&gt; debugger)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- red: &lt;STRONG&gt;target&lt;/STRONG&gt; &lt;STRONG&gt;power&lt;/STRONG&gt; detected, all processors/cores are halted&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- green: &lt;STRONG&gt;target&lt;/STRONG&gt; &lt;STRONG&gt;power&lt;/STRONG&gt; detected, all processors/cores are running&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;- orange: &lt;STRONG&gt;target&lt;/STRONG&gt; &lt;STRONG&gt;power&lt;/STRONG&gt; detected, some processors/cores are halted, some are running during firmware upgrades, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;this LED will flash orange/green.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Thank,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Yiping&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 06:46:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979587#M7939</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-11-28T06:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is my USB TAP defective?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979588#M7940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your response.&amp;nbsp; I can confirm for you that TX/RX goes to flashing green after initialization; however, I can also confirm that I have never seen the Run/Pause LED display anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You said that Run/Pause LED "will not turn on until [after] first connection from CodeWarrior debugger"...can you confirm that if all I do is open up CCS console and attempt "source IDcode.tcl" that this should also cause the TAP to look for target power as well as cause Run/Pause LED to illuminate?&amp;nbsp; I have been getting the same error and same lack of Run/Pause LED regardless of whether I interact just via CCS console or via CodeWarrior itself, but just want to make sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2019 12:26:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979588#M7940</guid>
      <dc:creator>nathana</dc:creator>
      <dc:date>2019-11-28T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is my USB TAP defective?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979589#M7941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please open CodeWarrior Connection Sever from&amp;nbsp; C:\Freescale\CW_PA_v10.5.1\PA\ccs\bin\ccs.exe, and check the result of the script IDcode.tcl, please refer to the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bin) 49 % source IDcode.tcl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scanning for available TAPs connected via USB.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;+&lt;BR /&gt;+&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Available Remote Connections&lt;BR /&gt;+&lt;BR /&gt;+&amp;nbsp;&amp;nbsp; 1 -&amp;nbsp; CodeWarriorTAP&amp;nbsp; -&amp;nbsp; 00:04:9f:02:93:81&lt;BR /&gt;+&amp;nbsp;&amp;nbsp; 2 -&amp;nbsp; CodeWarriorTAP&amp;nbsp; -&amp;nbsp; &amp;lt;Specify IP Address&amp;gt;&lt;BR /&gt;+&amp;nbsp;&amp;nbsp; 3 -&amp;nbsp; EthernetTAP&amp;nbsp; -&amp;nbsp; &amp;lt;Specify IP Address&amp;gt;&lt;BR /&gt;+&amp;nbsp;&amp;nbsp; 4 -&amp;nbsp; GigabitTAP&amp;nbsp; -&amp;nbsp; &amp;lt;Specify IP Address&amp;gt;&lt;BR /&gt;+&lt;BR /&gt;+&amp;nbsp;&amp;nbsp; x&amp;nbsp; - Exit Script without Changes&lt;BR /&gt;+&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify connection:&lt;BR /&gt;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring TAP Interface....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configured Connection: cwtap : 00:04:9f:02:93:81&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CodeWarrior TAP executable differs from local file.&lt;BR /&gt;CodeWarrior TAP Boot Loader version 1.0.1&lt;BR /&gt;CodeWarrior TAP OS version 1.0.4&lt;BR /&gt;Sending code to CodeWarrior TAP.........done&lt;BR /&gt;Running package script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 03:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979589#M7941</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-11-29T03:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is my USB TAP defective?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979590#M7942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, here's what I get when I run that while COP cable is connected to a target:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;CodeWarrior Connection Server console display active (Tcl8.4.12 / Tk8.4.12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Loading CCSAPI Tcl interface (C:/Freescale/CW_PA_v10.5.1/PA/ccs/bin/ccstcl.dll)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Loading Svfburner (C:/Freescale/CW_PA_v10.5.1/PA/ccs/bin/svfburner.dll)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;There are no command converters configured&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Server listening on port: 41475&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Clients allowed from all hosts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;No clients denied&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;(bin) 1 % source IDcode.tcl&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Scanning for available TAPs connected via USB.....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+ Available Remote Connections&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+ 1 - USBTAP - 08040190&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+ 2 - CodeWarriorTAP - &amp;lt;Specify IP Address&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+ 3 - EthernetTAP - &amp;lt;Specify IP Address&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+ 4 - GigabitTAP - &amp;lt;Specify IP Address&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+ x - Exit Script without Changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Specify connection:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Configuring TAP Interface....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Configured Connection: utap : 08040190&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;0: USB TAP (JTAG) (utap:08040190) Loader software ver. {1.10}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Sending code to USB TAP - please wait&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 12px; font-family: 'courier new', courier, monospace; "&gt;Cable disconnected (target power not detected)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;(bin) 2 % show cc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;0: USB TAP (JTAG) (utap:08040190) CC software ver. {1.3}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;(bin) 3 %&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the "source IDcode.tcl" command, TX/RX LED changes from blinking red to blinking green.&amp;nbsp; RUN/PAUSE LED never illuminates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2019 04:47:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979590#M7942</guid>
      <dc:creator>nathana</dc:creator>
      <dc:date>2019-12-03T04:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is my USB TAP defective?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979591#M7943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;It looks that there is problem with your CodeWarrior USB TAP,
 please contact your distributor to replace for a new one.&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2019 07:29:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/Is-my-USB-TAP-defective/m-p/979591#M7943</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-12-06T07:29:44Z</dc:date>
    </item>
  </channel>
</rss>

