<?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: How to enter into ISP mode through 'reinvoke ISP' in LPC1759 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884002#M35390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="335053" data-username="keerthana.r@brigosha.com" href="https://community.nxp.com/people/keerthana.r@brigosha.com"&gt;Keerthana R&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;1) Do we need secondary boot loader for ISP mode?&lt;BR /&gt;-- No.&lt;BR /&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 12 Feb 2019 00:54:01 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2019-02-12T00:54:01Z</dc:date>
    <item>
      <title>How to enter into ISP mode through 'reinvoke ISP' in LPC1759</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/883999#M35387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;In LPC1759, I entered ISP through "reinvoke ISP" with the following steps&lt;/P&gt;&lt;OL style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em 30px;"&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0px 0px 0.5em;"&gt;Disable PLL&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0px 0px 0.5em;"&gt;Reset timer 1&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0px 0px 0.5em;"&gt;Re-map interrupt vectors&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit; margin: 0px 0px 0.5em;"&gt;Set watch dog timeout&lt;/LI&gt;&lt;LI style="border: 0px; font-weight: inherit;"&gt;Reinvoke ISP&lt;/LI&gt;&lt;/OL&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;After entering into ISP, What exactly happens in the controller? How to check if it is in ISP Mode? After entering ISP, How to get out?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE style="color: #242729; background-color: #eff0f1; border: 0px; margin: 0px 0px 1em; padding: 5px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit;"&gt;void init(void){ Chip_Clock_DisablePLL(SYSCTL_MAIN_PLL, SYSCTL_PLL_CONNECT); Chip_TIMER_Reset(LPC_TIMER1); Chip_SYSCTL_Map(REMAP_BOOT_LOADER_MODE); }
int main(void) { uint32_t wdtFreq; wdtFreq = Chip_Clock_GetPeripheralClockRate(SYSCTL_PCLK_WDT) / 4; init(); Chip_WWDT_Init(LPC_WWDT); Chip_WWDT_SetTimeOut(LPC_WWDT, wdtFreq / 10); Chip_IAP_ReinvokeISP(); DEBUGSTR("HELLO\n\r"); return 0; }&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 09:25:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/883999#M35387</guid>
      <dc:creator>keerthana_r</dc:creator>
      <dc:date>2019-02-06T09:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter into ISP mode through 'reinvoke ISP' in LPC1759</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884000#M35388</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="335053" data-username="keerthana.r@brigosha.com" href="https://community.nxp.com/people/keerthana.r@brigosha.com"&gt;Keerthana R&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Actually, you can use the Flash Magic to connect the LPC1759 chip to confirm whether it enters the ISP mode or not.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.flashmagictool.com/" title="http://www.flashmagictool.com/"&gt;Flash Magic - Welcome&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&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>Mon, 11 Feb 2019 01:45:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884000#M35388</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-02-11T01:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter into ISP mode through 'reinvoke ISP' in LPC1759</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884001#M35389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information, it is sufficient to know the device is in ISP mode or not but for the device to send ISP commands and to flash the device i.e, to upgrade the new firmware, do we &lt;STRONG&gt;need secondary boot loader&amp;nbsp;for ISP mode?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 05:00:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884001#M35389</guid>
      <dc:creator>keerthana_r</dc:creator>
      <dc:date>2019-02-11T05:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter into ISP mode through 'reinvoke ISP' in LPC1759</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884002#M35390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="335053" data-username="keerthana.r@brigosha.com" href="https://community.nxp.com/people/keerthana.r@brigosha.com"&gt;Keerthana R&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;1) Do we need secondary boot loader for ISP mode?&lt;BR /&gt;-- No.&lt;BR /&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Tue, 12 Feb 2019 00:54:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884002#M35390</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-02-12T00:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter into ISP mode through 'reinvoke ISP' in LPC1759</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884003#M35391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi jeremyzhou,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;What if we don't use flash magic(PC)&amp;nbsp; for ISP, So can we trigger ISP with only a single controller?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 05:58:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884003#M35391</guid>
      <dc:creator>keerthana_r</dc:creator>
      <dc:date>2019-02-12T05:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter into ISP mode through 'reinvoke ISP' in LPC1759</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884004#M35392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-content-finding="Community" data-objectid="335053" data-objecttype="3" href="https://community.nxp.com/people/keerthana.r@brigosha.com"&gt;Keerthana R&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;BR /&gt;1) &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;What if we don't use flash magic(PC)&amp;nbsp; for ISP, So can we trigger ISP with only a single controller?&lt;/SPAN&gt;&lt;BR /&gt;-- No, you can't.&lt;BR /&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 08:18:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884004#M35392</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-02-12T08:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to enter into ISP mode through 'reinvoke ISP' in LPC1759</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884005#M35393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 08:57:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enter-into-ISP-mode-through-reinvoke-ISP-in-LPC1759/m-p/884005#M35393</guid>
      <dc:creator>keerthana_r</dc:creator>
      <dc:date>2019-02-12T08:57:55Z</dc:date>
    </item>
  </channel>
</rss>

