<?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: LPCXpresso with RedProbe+ won't find Target in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545044#M9022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Jul 15 11:31:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The ARM7 debug utility does toggle SRST as a side effect provided you specify vector catch in the debug configuration. I'm not convinced you want to use this option on the LPC2134. We suggest following the power-up procedure detailed yesterday to avoid a situation where RP+ pulls RTCK high while the LPC2134 boot loader determines whether to enable JTAG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: 123456789&lt;/STRONG&gt;&lt;BR /&gt;Well, I can't replicate the behavior I posted some minutes ago...&lt;BR /&gt;&lt;BR /&gt;RTCLK was securely held down while I tipped RESET low, then RB+ was connected to USB. &lt;BR /&gt;&lt;BR /&gt;It seems it was the first shot today. Very strange.&lt;BR /&gt;&lt;BR /&gt;But: Doesn't RB+ envoke a reset themself? It would be sensless to hold down RTCLK while powering up the board when RP+ does a reset an then RTCLK would probably be high again?&lt;BR /&gt;&lt;BR /&gt;Please find attached also a snapshot of some JTAG signals (channel 1=TMS, 2=TCLK, 3=TDI, 4=TDO). Besides TDO without traffic I think everything looks good?&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:52:29 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:52:29Z</dc:date>
    <item>
      <title>LPCXpresso with RedProbe+ won't find Target</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545040#M9018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 123456789 on Thu Jul 14 09:51:21 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've bought RedProbe+ and wanna use it with LPCXpresso V4.0 under Ubuntu 11.04 linux system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have a own designed board with a LPC2134 (industry quality) and 12MHz crystal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've checked all JTAG connections at least ten times now. I do have clean Vcc (3.3V), all 7 JTAG signals are on the connector and correcly on the LPC, I even do have a 1k PD from RTCK to GND for enabling JTAG. There are no other devices on these signals. The lines are about 2" long (LPC to 20-pin board connector).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I didn't get a connection throught the IDE, so I tried to evaluate the problem on console:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
user@computer:/usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin$ ./crt_emu_a7_nxp -info-emu
Ni: LPCXpresso Debug Driver v4.0 (Jun 27 2011 18:30:56)
1 Emulators available:
0. FTU33IYRARed Probe+ A (Code Red - Red Probe+)&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that's OK!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I try to scan all devices, I'll get that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
user@computer:/usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin$ ./crt_emu_a7_nxp -info-scan
Ni: LPCXpresso Debug Driver v4.0 (Jun 27 2011 18:30:56)
 8 Devices Found:
 0. ID: 0x00000000 IR Length: ?
 1. ID: 0x00000000 IR Length: ?
 2. ID: 0x00000000 IR Length: ?
 3. ID: 0x00000000 IR Length: ?
 4. ID: 0x00000000 IR Length: ?
 5. ID: 0x00000000 IR Length: ?
 6. ID: 0x00000000 IR Length: ?
 7. ID: 0x00000000 IR Length: ?&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That can't be correct, I do only have one device (the LPC2134) on the chain). There should also be a valid ID I think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And when I try to get a target info, I'll get that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
user@computer:/usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin$ ./crt_emu_a7_nxp -info-target -pLPC2134
Ni: LPCXpresso Debug Driver v4.0 (Jun 27 2011 18:30:56)
Nc: Looked for chip XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/LPC2134.xml

Nc: Looked for vendor directory XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/nxp_directory.xml

Nc: Found generic directory XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/crt_directory.xml

Ed:02: Failed on connect: Ee(08). Invalid ID code from DP - cannot connect.
Et: Emu(0): Connected. Was: None. DpID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0. Info: FTU33IYRA
Error 0: (null)
Last sticky: 0. AIndex: 0
No MemAp selected
No Speed test
JTAG Frequency: 250 KHz. RTCK: False. Vector catch: False.
Packet delay: 0&amp;nbsp; Poll delay: 0.&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other switch won't bring a correct solution, neither "-rctk" or slowing down JTAG speed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPC is responsing correctly to "lpc21isp" via UART, I can sync and read out device data. But I wanna debug! :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I even observed all JTAG signals with my oszilloscope, there is a good looking Clock on TCK, some switching on TDI, TMS and RESET, but no activity on TDO!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What else can I do? What's wrong???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much! &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:52:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545040#M9018</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso with RedProbe+ won't find Target</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545041#M9019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Jul 14 10:54:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;One theory is the LPC2134 samples RTCK at reset to determine whether to enable JTAG. The RP+ can pull RP+ high, which would mean JTAG is never enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. First make certain power is not applied to your target board, and the RedProbe+ is not connected via the USB cable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Connect the RedProbe+ JTAG cable to your target board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Apply power to your target board to allow it to complete power-on reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Connect the USB cable to power up the RedProbe+.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Last, verify the debug connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$ ./crt_emu_a7_nxp -info-scan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ni: LPCXpresso Debug Driver v4.0 (Jun 27 2011 18:30:56)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 1 Devices Found:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 0. ID: 0x4F1F0F0F IR Length: 4&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;$ ./crt_emu_a7_nxp -info-target -pLPC2134&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ni: LPCXpresso Debug Driver v4.0 (Jun 27 2011 18:30:56)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Looked for chip XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/LPC2134.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Looked for vendor directory XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/nxp_directory.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Found generic directory XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/crt_directory.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pc: (&amp;nbsp; 5) Remote configuration complete&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pc: ( 30) Emulator Connected&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pc: ( 40) Debug Halt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pc: ( 50) CPU ID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Emu(0): Conn&amp;amp;Reset. DpID: 4F1F0F0F. Info: FTTMPRROA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: JTAG Frequency: 250 KHz. RTCK: False. Vector catch: False.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: Packet delay: 0&amp;nbsp; Poll delay: 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nc: NXP: LPC2134&amp;nbsp; Part ID: 0x0002FF12&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pc: ( 65) Chip Setup Complete&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip=LPC2124, from NXP (formerly Philips), in family LPC21xx, version=unknown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip Description: NXP LPC2134&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ClockFreq=12.0MHz (Inaccurate). Clock can be changed after reset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545041#M9019</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso with RedProbe+ won't find Target</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545042#M9020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 123456789 on Fri Jul 15 03:02:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried what you mentioned:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CodeRedSupport&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;1. First make certain power is not applied to your target board, and the RedProbe+ is not connected via the USB cable.&lt;BR /&gt;2. Connect the RedProbe+ JTAG cable to your target board.&lt;BR /&gt;3. Apply power to your target board to allow it to complete power-on reset.&lt;BR /&gt;4. Connect the USB cable to power up the RedProbe+.&lt;BR /&gt;5. Last, verify the debug connection.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that, I'll get slightly different results:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
user@computer:/usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin$ ./crt_emu_a7_nxp -info-scan
Ni: LPCXpresso Debug Driver v4.0 (Jun 27 2011 18:30:56)
 0 Devices Found:
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
user@computer:/usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin$ ./crt_emu_a7_nxp -info-target -pLPC2134
Ni: LPCXpresso Debug Driver v4.0 (Jun 27 2011 18:30:56)
Nc: Looked for chip XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/LPC2134.xml

Nc: Looked for vendor directory XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/nxp_directory.xml

Nc: Found generic directory XML file in /usr/local/lpcxpresso_4.0.5_113/lpcxpresso/bin/crt_directory.xml

Ed:02: Failed on connect: Ee(08). Invalid ID code from DP - cannot connect.
Et: Emu(0): Connected. Was: None. DpID: FFFFFFFF. Info: FTU33IYRA
Error 0: (null)
Last sticky: 0. AIndex: 0
No MemAp selected
No Speed test
JTAG Frequency: 250 KHz. RTCK: False. Vector catch: False.
Packet delay: 0&amp;nbsp; Poll delay: 0.
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems there's still a problem in the chain? :mad:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545042#M9020</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso with RedProbe+ won't find Target</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545043#M9021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by 123456789 on Fri Jul 15 03:38:54 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I can't replicate the behavior I posted some minutes ago...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RTCLK was securely held down while I tipped RESET low, then RB+ was connected to USB. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems it was the first shot today. Very strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But: Doesn't RB+ envoke a reset themself? It would be sensless to hold down RTCLK while powering up the board when RP+ does a reset an then RTCLK would probably be high again?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find attached also a snapshot of some JTAG signals (channel 1=TMS, 2=TCLK, 3=TDI, 4=TDO). Besides TDO without traffic I think everything looks good?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:52:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545043#M9021</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso with RedProbe+ won't find Target</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545044#M9022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Jul 15 11:31:32 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The ARM7 debug utility does toggle SRST as a side effect provided you specify vector catch in the debug configuration. I'm not convinced you want to use this option on the LPC2134. We suggest following the power-up procedure detailed yesterday to avoid a situation where RP+ pulls RTCK high while the LPC2134 boot loader determines whether to enable JTAG.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: 123456789&lt;/STRONG&gt;&lt;BR /&gt;Well, I can't replicate the behavior I posted some minutes ago...&lt;BR /&gt;&lt;BR /&gt;RTCLK was securely held down while I tipped RESET low, then RB+ was connected to USB. &lt;BR /&gt;&lt;BR /&gt;It seems it was the first shot today. Very strange.&lt;BR /&gt;&lt;BR /&gt;But: Doesn't RB+ envoke a reset themself? It would be sensless to hold down RTCLK while powering up the board when RP+ does a reset an then RTCLK would probably be high again?&lt;BR /&gt;&lt;BR /&gt;Please find attached also a snapshot of some JTAG signals (channel 1=TMS, 2=TCLK, 3=TDI, 4=TDO). Besides TDO without traffic I think everything looks good?&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-with-RedProbe-won-t-find-Target/m-p/545044#M9022</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:52:29Z</dc:date>
    </item>
  </channel>
</rss>

