<?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: Help needed for debugging LPC2388 chip with Red probe+ in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637223#M32574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;You could also take a look at the following link for additional information:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lpcware.com/content/faq/lpcxpresso/red-probe-support"&gt;https://www.lpcware.com/content/faq/lpcxpresso/red-probe-support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 20:16:11 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2017-01-26T20:16:11Z</dc:date>
    <item>
      <title>Help needed for debugging LPC2388 chip with Red probe+</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637219#M32570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Update of feb 2 2017,&lt;/EM&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;after a lot of checking, I found out that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;this driver &lt;STRONG style="color: #008000;"&gt;works OK-&lt;/STRONG&gt;-&amp;gt; LPCXpresso Debug Driver &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;v7.7&lt;/STRONG&gt;&lt;/SPAN&gt; (Mar 31 2015 19:11:33 - crt_emu_a7_nxp build 59)&lt;/LI&gt;&lt;LI&gt;this driver &lt;STRONG style="color: #008000;"&gt;works OK too&lt;/STRONG&gt; --&amp;gt; LPCXpresso Debug Driver &lt;STRONG style="color: #008000;"&gt;v7.6&lt;/STRONG&gt; (Jan 16 2015 10:09:45 - crt_emu_a7_nxp build 45)&lt;/LI&gt;&lt;LI&gt;this driver &lt;STRONG style="color: #ff0000;"&gt;won't work&lt;/STRONG&gt;, always gives me the error described in the original post --&amp;gt;LPCXpresso Debug Driver &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;v7.8&lt;/STRONG&gt;&lt;/SPAN&gt; (May 28 2015 03:16:00 - crt_emu_a7_nxp build 181)&lt;/LI&gt;&lt;/UL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi tech gurus, many thanks for your help: sorry for the following wall of text, I hope to give you some useful information about a problem I am stuck in in the last few days...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work under Ubuntu 14.04 and I use LPC4357 for another project and it works really well.&lt;/P&gt;&lt;P&gt;Some weeks ago I was asked about the possibility to implement some major changes in an old LPC2388 project currently implemented with Raisonance IDE, so I decided to use instead LPCXpresso because it seemed a good improvement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code now compiles OK under my LPCXpresso 7.8.0 [Build 426] [2015-05-28], and I am very happy with it because t discovered a lot of warnings and the resulting code is smaller so I was very excited to start debugging the new code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I purchased a &lt;STRONG&gt;Red Probe +&lt;/STRONG&gt; emulator to debug my LPC2388 and so far I am stuck because I can't connect with the LC2388 chip. :smileysad:&lt;/P&gt;&lt;P&gt;The platform comes already programmed under Raisonance, and it boots OK and runs the existing code fine, so I am pretty sure the processor and the overall board is OK, but I just can't simply connect with the LPCXpresso debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically the error code I get from the emulator driver is&lt;STRONG&gt; &lt;EM&gt;Ed:02: Failed on connect: Ep(04). Cannot halt processor.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the following, some examples of the command line driver call output&lt;/P&gt;&lt;P&gt;&lt;EM&gt;./crt_emu_a7_nxp --vc -g -mi -2 -pLPC2388 -vendor=NXP --reset system -rh 250 -rd 10 -e0 -wire=jtag -scan ./test_lpc23xx_Debug.jtag&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Ni: LPCXpresso Debug Driver v7.8 (May 28 2015 03:16:00 - crt_emu_a7_nxp build 181)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Pc: (&amp;nbsp; 0) Reading remote configuration&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: (&amp;nbsp; 5) Remote configuration complete&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: ( 15) VECTRESET assert (if available)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: ( 30) Emulator Connected&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Xw:&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Wc: Cannot halt processor&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Ed:02: Failed on connect: Ep(04). Cannot halt processor.&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;Et: Emu(0): Conn&amp;amp;Reset. Was: None. CpuID: 00000000. Info: FTXDQRDSA&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Error 0: (null)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Last sticky: 16. AIndex: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: MemAp selected: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Speed test resends: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Debug protocol: JTAG Frequency 250 KHz. RTCK: Disabled. Vector catch: Enabled.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: (100) Target Connection Failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I power off then on again the board, detach and attach the red probe and I try again with a different command line, but with the same result:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;./crt_emu_a7_nxp --vc -g -mi -2 -pLPC2388 -vendor=NXP -e0 -wire=jtag -scan ./test_lpc23xx_Debug.jtag&lt;BR /&gt;Ni: LPCXpresso Debug Driver v7.8 (May 28 2015 03:16:00 - crt_emu_a7_nxp build 181)&lt;BR /&gt;&lt;BR /&gt;Pc: (&amp;nbsp; 0) Reading remote configuration&lt;BR /&gt;Pc: (&amp;nbsp; 5) Remote configuration complete&lt;BR /&gt;Pc: ( 15) VECTRESET assert (if available)&lt;BR /&gt;Pc: ( 30) Emulator Connected&lt;BR /&gt;Xw:&lt;BR /&gt;Wc: Cannot halt processor&lt;BR /&gt;Ed:02: Failed on connect: Ep(04). Cannot halt processor.&lt;BR /&gt;Et: Emu(0): Conn&amp;amp;Reset. Was: None. CpuID: 00000000. Info: FTXDQRDSA&lt;BR /&gt;Nc: Error 0: (null)&lt;BR /&gt;Nc: Last sticky: 16. AIndex: 0&lt;BR /&gt;Nc: MemAp selected: 0&lt;BR /&gt;Nc: Speed test resends: 0&lt;BR /&gt;Nc: Debug protocol: JTAG Frequency 250 KHz. RTCK: Disabled. Vector catch: Enabled.&lt;BR /&gt;Pc: (100) Target Connection Failed&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here I tried enabling RTCK, that seems t work fine because the speed switches to 250kHz&lt;/STRONG&gt;, and enabling the vector catch and setting the correct clock frequencies, but no luck:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;./crt_emu_a7_nxp --rtck --debug 4 -vc -g -mi -2 -pLPC2388 -vendor=NXP -e0 -c12000,60000 -s50 -wire=jtag -scan ./test_lpc23xx/Debug/test_lpc23xx_Debug.jtag&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Ni: LPCXpresso Debug Driver v7.8 (May 28 2015 03:16:00 - crt_emu_a7_nxp build 181)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Pc: (&amp;nbsp; 0) Reading remote configuration&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: (&amp;nbsp; 5) Remote configuration complete&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: ( 15) VECTRESET assert (if available)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: ( 30) Emulator Connected&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Xw:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Wc: Cannot halt processor&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Ed:02: Failed on connect: Ep(04). Cannot halt processor.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Et: Emu(0): Conn&amp;amp;Reset. Was: None. CpuID: 00000000. Info: FTXDQRDSA&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Error 0: (null)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Last sticky: 16. AIndex: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: MemAp selected: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Speed test resends: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Debug protocol: JTAG Frequency 250 KHz. RTCK: Enabled. Vector catch: Enabled.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: (100) Target Connection Failed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have tried the same tests even setting the ISP pin P2.10 low on reset&lt;/STRONG&gt;; I am pretty sure the ISP pin works because when I force the pin low, the software on the platform won't boot, and when the ISP pin is high at boot, the platform boots OK instead; but anyway the emulator wont connect and shows the same behaviour as if the ISP is not set low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If I try to use the hard reset signal, it works fine&lt;/STRONG&gt; (I checked with a SmartScope, the active low reset timing set with rh is OK and the reset level is pretty close to 0V, see the next figure), but when I use it in the command line, it just resets the platform and it won't proceed with the debug:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;./crt_emu_a7_nxp --info-target -pLPC2388 -vc -s250 -rh 2500 -rd 1500 --vtreftrack --reset hard&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Ni: LPCXpresso Debug Driver v7.8 (May 28 2015 03:16:00 - crt_emu_a7_nxp build 181)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Nc: Hard wire reset complete.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="reset_250ms.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13280iFB9285307C222479/image-size/large?v=v2&amp;amp;px=999" role="button" title="reset_250ms.png" alt="reset_250ms.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the same hardware platform where the R-Link Raisonance debugger works OK.&lt;/P&gt;&lt;P&gt;The emulator signals connected are in the following figure:&lt;span class="lia-inline-image-display-wrapper" image-alt="LPC2388_JTAG.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13242i93EE6274849C31CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="LPC2388_JTAG.png" alt="LPC2388_JTAG.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The RESET# signal line in the left corner then goes to a jumper, not inserted to avoid conflict with the RST* output of a DS3231.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any hints would be very welcome!&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 10:46:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637219#M32570</guid>
      <dc:creator>michelesponchia</dc:creator>
      <dc:date>2017-01-22T10:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Needs help for debugging LPC2388 chip with Red probe+</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637220#M32571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, thanks for your patience:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;can you please confirm this is the correct forum or would it be better to move the topic elsewhere?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Many thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 12:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637220#M32571</guid>
      <dc:creator>michelesponchia</dc:creator>
      <dc:date>2017-01-24T12:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for debugging LPC2388 chip with Red probe+</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637221#M32572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally we would recommend that you have a 10K to 100K Ohm pull up resistor on the ISP pin, otherwise you are unlikely to be able to make a successful debug connection.&amp;nbsp;When you try using ISP, you are releasing it again after booting the board / resetting with it pulled low - before you try to make a debug connection?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you delete your current launch configurations from the project, and also the .jtag file from the Debug/Release directory. Then boot the board into ISP mode. Then try starting a debug session again from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although it is mainly focussed at Cortex-M based parts, rather than old ARM7 based parts, it might be worth skimming -&amp;nbsp;&lt;A href="https://community.nxp.com/thread/388998"&gt;Design Considerations for Debug&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 08:54:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637221#M32572</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-01-26T08:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for debugging LPC2388 chip with Red probe+</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637222#M32573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi LPCXpresso Support,&lt;/P&gt;&lt;P&gt;many thanks for your help!&lt;/P&gt;&lt;P&gt;Your question:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;When you try using ISP, you are releasing it again after booting the board / resetting with it pulled low - before you try to make a debug connection?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My reply;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Yes, I tried pulling down the ISP pin, then applying the reset, then releasing the ISP pin and at this moment I start the debug connection.&lt;/LI&gt;&lt;LI&gt;I'll give a try tying&amp;nbsp; the ISP pin high through a 10K resistor, after the reset has been applied, but I am a little suspicious this will solve because the R-Link connects OK on the same board with the same settings using under RIDE.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;A question about the nSRST signal:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;while using the R-Link debugger the &lt;SPAN style="text-decoration: underline;"&gt;nSRST&lt;/SPAN&gt; signal is applied low for some milliseconds while starting the debug connection&lt;/LI&gt;&lt;LI&gt;while using the LPCXPresso debugger, the&amp;nbsp; nSRST is not pulsed low, evenif I set the vector catch option;&lt;UL&gt;&lt;LI&gt;the nSRST is forced low only if I set the --reset hard option on the command line, but in this case the whole procedure seems to complete after the nSRST has been applied&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;Q:&lt;/SPAN&gt; do you know if the debug connection is expected to activate the nSRST signal?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;Two questions about the JTAG signals:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;Q:&lt;/SPAN&gt; Would it be useful to check with an oscilloscope the various JTAG signals, or are they too much a mess to check?&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;Q:&lt;/SPAN&gt; If yes, have you any reference for the expected patterns?&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again!&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 09:46:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637222#M32573</guid>
      <dc:creator>michelesponchia</dc:creator>
      <dc:date>2017-01-26T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for debugging LPC2388 chip with Red probe+</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637223#M32574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;You could also take a look at the following link for additional information:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.lpcware.com/content/faq/lpcxpresso/red-probe-support"&gt;https://www.lpcware.com/content/faq/lpcxpresso/red-probe-support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 20:16:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637223#M32574</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2017-01-26T20:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for debugging LPC2388 chip with Red probe+</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637224#M32575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;after a lot of checking, I found out that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;this driver &lt;STRONG style="color: #008000;"&gt;works OK-&lt;/STRONG&gt;-&amp;gt; LPCXpresso Debug Driver &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;v7.7&lt;/STRONG&gt;&lt;/SPAN&gt; (Mar 31 2015 19:11:33 - crt_emu_a7_nxp build 59)&lt;/LI&gt;&lt;LI&gt;this driver &lt;STRONG style="color: #008000;"&gt;works OK too&lt;/STRONG&gt; --&amp;gt; LPCXpresso Debug Driver &lt;STRONG style="color: #008000;"&gt;v7.6&lt;/STRONG&gt; (Jan 16 2015 10:09:45 - crt_emu_a7_nxp build 45)&lt;/LI&gt;&lt;LI&gt;this driver &lt;STRONG style="color: #ff0000;"&gt;won't work&lt;/STRONG&gt;, always gives me the error described in the original post --&amp;gt;LPCXpresso Debug Driver &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;v7.8&lt;/STRONG&gt;&lt;/SPAN&gt; (May 28 2015 03:16:00 - crt_emu_a7_nxp build 181)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;BTW I was actually using LPCXpresso 7.8, the one with the not working driver!&lt;/STRONG&gt;:smileyangry:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So ATM I managed to use a previous version of the driver&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;can you please confirm this is an issue of the driver?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;is there any other workaround I can use?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 13:57:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637224#M32575</guid>
      <dc:creator>michelesponchia</dc:creator>
      <dc:date>2017-02-02T13:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed for debugging LPC2388 chip with Red probe+</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637225#M32576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We aren't aware of any specific issues with any of those versions - though they are all fairly old now. The current LPCXpresso IDE v8.2.2 certainly seemed to work OK when I was using another LPC23xx part with a Red Probe+ last week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if you do try&amp;nbsp;using a more recent version, you may encounter the message similar to the following when you try to start a debug session :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt;Debug probe not supported with this target
Reason:
LinkServer does not support NXP LPC2368 (arm7tdmi)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the latest LPCXpresso IDE defaults to using a debug connection mechanism that will not work with ARM7 based parts. To resolve this simply go to the workspace preferences ...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Window - Preferences - LPCXpresso - Debug Emulator Selection&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and untick "LinkServer".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this means that if you want to debug Cortex-M based parts rather than ARM7 based ones, you should use a different workspace where you have not made the above preference change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively if you want to use LPCXpresso IDE v7.8 to build, you ought to be OK to just copy the&amp;nbsp;crt_emu_a7_nxp exe file that works for you across from your older installer and into the \bin directory of v7.8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;LPCXpresso Support&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2017 18:00:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Help-needed-for-debugging-LPC2388-chip-with-Red-probe/m-p/637225#M32576</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-02-02T18:00:00Z</dc:date>
    </item>
  </channel>
</rss>

