<?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>LPC Microcontrollers中的主题 Re: Debugger stack required</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugger-stack-required/m-p/597930#M23129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="235125" data-username="keerthisripallapothu" href="https://community.nxp.com/people/keerthisripallapothu"&gt;Anusha G&lt;/A&gt;，&lt;/P&gt;&lt;P&gt;To provide the fastest possible support I want to point you to a similar question which has been answered on our NXP community.&lt;/P&gt;&lt;P&gt;Please refer to &lt;A class="link-titled" href="http://www.nxp.com/assets/documents/data/en/supporting-information/Debug_Probe_Firmware_Programming.pdf" title="http://www.nxp.com/assets/documents/data/en/supporting-information/Debug_Probe_Firmware_Programming.pdf"&gt;http://www.nxp.com/assets/documents/data/en/supporting-information/Debug_Probe_Firmware_Programming.pdf&lt;/A&gt; to view the details.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2016 01:55:58 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2016-12-14T01:55:58Z</dc:date>
    <item>
      <title>Debugger stack required</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugger-stack-required/m-p/597929#M23128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an embedded developer we need more debuggers. So we are trying to develop LPC-Link2 debugger(we are using this now). We found hardware in internet. Hardware we will prepare. We need stack (firmware). Is there any possibility to get debugger stack from NXP people?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 06:30:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debugger-stack-required/m-p/597929#M23128</guid>
      <dc:creator>TEMCEFF</dc:creator>
      <dc:date>2016-12-09T06:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger stack required</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugger-stack-required/m-p/597930#M23129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="235125" data-username="keerthisripallapothu" href="https://community.nxp.com/people/keerthisripallapothu"&gt;Anusha G&lt;/A&gt;，&lt;/P&gt;&lt;P&gt;To provide the fastest possible support I want to point you to a similar question which has been answered on our NXP community.&lt;/P&gt;&lt;P&gt;Please refer to &lt;A class="link-titled" href="http://www.nxp.com/assets/documents/data/en/supporting-information/Debug_Probe_Firmware_Programming.pdf" title="http://www.nxp.com/assets/documents/data/en/supporting-information/Debug_Probe_Firmware_Programming.pdf"&gt;http://www.nxp.com/assets/documents/data/en/supporting-information/Debug_Probe_Firmware_Programming.pdf&lt;/A&gt; to view the details.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 01:55:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debugger-stack-required/m-p/597930#M23129</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-12-14T01:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger stack required</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Debugger-stack-required/m-p/597931#M23130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We don't provide source code for the LPC-Link2 firmware that is developed by NXP for&amp;nbsp;LPCXpresso/MCUXpresso/LPCScrypt. However, if you copy the circuitry used on the LPCXpresso V2/V3 boards then you should be able to use the firmware as-is, using LPCScrypt. Note that we cant help debug any issues with a hardware development like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If lower performance&amp;nbsp;is OK then you can copy the LPC11U3x-based debug probe used on LPCXpresso MAX boards. These boards use the mbed CMSIS-DAP debug probe software, and the source for that is available on the mbed developers' site. FYI, ARM also released source for an implementation of CMSIS-DAP on the LPC4322 on this site; see:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mbedmicro/DAPLink"&gt;https://github.com/mbedmicro/DAPLink&lt;/A&gt;, although we cannot guarantee this will work with LPCXpresso/MCUXpresso IDEs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brendon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2016 18:31:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Debugger-stack-required/m-p/597931#M23130</guid>
      <dc:creator>brendonslade</dc:creator>
      <dc:date>2016-12-16T18:31:58Z</dc:date>
    </item>
  </channel>
</rss>

