<?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 NGX Xplorer LPC1837-Works in Debugger Mode, not at Runtime in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710598#M28665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the development board- NGX Xplorer LPC1837 on Keil IDE. I am flashing the Blinky code of LPC1830. The code does not run after flashing but works fine when checked in debugger window. The debugger used is Link2 debugger and I am using it as CMSIS-DAP debugger. This issue persists even for other codes. What should I do to resolve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 19:16:57 GMT</pubDate>
    <dc:creator>anuvandandave</dc:creator>
    <dc:date>2017-08-29T19:16:57Z</dc:date>
    <item>
      <title>NGX Xplorer LPC1837-Works in Debugger Mode, not at Runtime</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710598#M28665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the development board- NGX Xplorer LPC1837 on Keil IDE. I am flashing the Blinky code of LPC1830. The code does not run after flashing but works fine when checked in debugger window. The debugger used is Link2 debugger and I am using it as CMSIS-DAP debugger. This issue persists even for other codes. What should I do to resolve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 19:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710598#M28665</guid>
      <dc:creator>anuvandandave</dc:creator>
      <dc:date>2017-08-29T19:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: NGX Xplorer LPC1837-Works in Debugger Mode, not at Runtime</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710599#M28666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the Lpc1830 is a flashless, ram only part. If you are using the lpc1830 exactly as supplied, it will be loading to the ram of the lpc1837 and not the flash. So the code will disappear after a reset. You will need to change your project to match the memory/flash configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 19:49:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710599#M28666</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2017-08-29T19:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: NGX Xplorer LPC1837-Works in Debugger Mode, not at Runtime</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710600#M28667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this info. How do I configure this Blinky project to run on Flash or appropriate memory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 20:13:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710600#M28667</guid>
      <dc:creator>anuvandandave</dc:creator>
      <dc:date>2017-08-29T20:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: NGX Xplorer LPC1837-Works in Debugger Mode, not at Runtime</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710601#M28668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would be better if download the LPCOpen package for the LPC1837 MCU:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/developer-resources/software-development-tools/software-tools/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc18xx:LPCOPEN-SOFTWARE-FOR-LPC18XX" title="http://www.nxp.com/products/developer-resources/software-development-tools/software-tools/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc18xx:LPCOPEN-SOFTWARE-FOR-LPC18XX"&gt;LPCOpen Software for LPC18XX|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can also change the Target Device in the project options, this will set the corresponding Memory areas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27412i15856559D190ACC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27464i295FE3E99B11AB1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&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, 31 Aug 2017 15:55:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/NGX-Xplorer-LPC1837-Works-in-Debugger-Mode-not-at-Runtime/m-p/710601#M28668</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-08-31T15:55:52Z</dc:date>
    </item>
  </channel>
</rss>

