<?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中的主题 LPC11E14 - How to execute program using ISP command</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574875#M19118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need advice on what is the correct command to start the program via ISP. I tried the "G 0 T" and "G 512 T", but neither command my program does not start.&lt;/P&gt;&lt;P&gt;I tried a program Flash Magic, which is a function to start the program. When I set it up as follows (see figure), program starts ... I have a feeling that the program Flash Magic is doing something other than specified in the UM.&lt;span class="lia-inline-image-display-wrapper" image-alt="155767_155767.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121990i36544D64160A49F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="155767_155767.png" alt="155767_155767.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="go.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37251i1D82994E4AE0A0C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="go.png" alt="go.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2016 04:53:04 GMT</pubDate>
    <dc:creator>masterboy</dc:creator>
    <dc:date>2016-07-15T04:53:04Z</dc:date>
    <item>
      <title>LPC11E14 - How to execute program using ISP command</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574875#M19118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need advice on what is the correct command to start the program via ISP. I tried the "G 0 T" and "G 512 T", but neither command my program does not start.&lt;/P&gt;&lt;P&gt;I tried a program Flash Magic, which is a function to start the program. When I set it up as follows (see figure), program starts ... I have a feeling that the program Flash Magic is doing something other than specified in the UM.&lt;span class="lia-inline-image-display-wrapper" image-alt="155767_155767.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121990i36544D64160A49F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="155767_155767.png" alt="155767_155767.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="go.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37251i1D82994E4AE0A0C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="go.png" alt="go.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 04:53:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574875#M19118</guid>
      <dc:creator>masterboy</dc:creator>
      <dc:date>2016-07-15T04:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11E14 - How to execute program using ISP command</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574876#M19119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you just want to start your freshly loaded firmware? How about to pull reset (if available)?&lt;/P&gt;&lt;P&gt;If the above execution inside Flash Magic is working, have you taken into account, that vector table is used?&lt;/P&gt;&lt;P&gt;Is does not jump to position 0 but look at address 0 (or was it 4? One was Stack Pointer, one was Start Address)&lt;/P&gt;&lt;P&gt;where it shall jump to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 07:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574876#M19119</guid>
      <dc:creator>martin_maurer</dc:creator>
      <dc:date>2016-07-15T07:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11E14 - How to execute program using ISP command</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574877#M19120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a program with which the MCU upload the program (ISP mode). After loading the program I need to make the program started, but can be reset via the MCU pin.&lt;/P&gt;&lt;P&gt;For LPC1114 command "GO 0 T" works, but LPC11E14 not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 09:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574877#M19120</guid>
      <dc:creator>masterboy</dc:creator>
      <dc:date>2016-07-15T09:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11E14 - How to execute program using ISP command</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574878#M19121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Master Boy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which address is your reset code loaded? The GO command should point to the reset handler and must be used with an address of 0x0000 0200 or greater.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 23:49:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC11E14-How-to-execute-program-using-ISP-command/m-p/574878#M19121</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2016-07-20T23:49:40Z</dc:date>
    </item>
  </channel>
</rss>

