<?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 LPCXpresso824 MAX debug probe configuration in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713655#M1019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Newbie question: &amp;nbsp;is the debug probe configured through the USB cable or some external connection? &amp;nbsp;I've configured the MCUXpresso IDE (board: LPCXpresso824 MAX) and debug says "No compatible probes available". &amp;nbsp;I thought that the IDE would see the debugger through the USB connection... if not, can someone point me to literature on how to configure? &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 01:57:37 GMT</pubDate>
    <dc:creator>mlp</dc:creator>
    <dc:date>2017-09-26T01:57:37Z</dc:date>
    <item>
      <title>LPCXpresso824 MAX debug probe configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713655#M1019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Newbie question: &amp;nbsp;is the debug probe configured through the USB cable or some external connection? &amp;nbsp;I've configured the MCUXpresso IDE (board: LPCXpresso824 MAX) and debug says "No compatible probes available". &amp;nbsp;I thought that the IDE would see the debugger through the USB connection... if not, can someone point me to literature on how to configure? &amp;nbsp;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2017 01:57:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713655#M1019</guid>
      <dc:creator>mlp</dc:creator>
      <dc:date>2017-09-26T01:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso824 MAX debug probe configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713656#M1020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You almost certainly need to install the "mbed serial port driver". &amp;nbsp;There is a link to this driver available in the IDE's Help -&amp;gt; Additional Resources menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement for this driver is described in the board's user manual (available from &lt;A class="link-titled" href="https://www.nxp.com/pages/:OM13071" title="https://www.nxp.com/pages/:OM13071"&gt;LPCXpresso824-MAX Board for LPC82x family MCUs|NXP&lt;/A&gt;&amp;nbsp;&amp;nbsp;) and also mentioned in section 3.2, "LinkServer Debug Connections" of the MCUXpresso IDE v10.0.2 User Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully once you have installed this, you should be up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 14:39:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713656#M1020</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-09-28T14:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso824 MAX debug probe configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713657#M1021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may be interested to know that we recently released a new set of debug firmware and Windows 7 drivers for our boards that feature the LPC11U3x MCU as a debug probe, you can find detailed information on this document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-335453"&gt;https://community.nxp.com/docs/DOC-335453&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 20:28:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713657#M1021</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-09-28T20:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso824 MAX debug probe configuration</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713658#M1022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help... I was able to get the driver installed and everything then did work fine.&amp;nbsp; Since then, though, I've developed a different problem that I have put in a separate question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 21:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/LPCXpresso824-MAX-debug-probe-configuration/m-p/713658#M1022</guid>
      <dc:creator>mlp</dc:creator>
      <dc:date>2017-10-12T21:08:30Z</dc:date>
    </item>
  </channel>
</rss>

