<?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: how to enter ISP mode via software--LPC55S69</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1564144#M50933</link>
    <description>&lt;P&gt;found that via this API : static inline uint32_t Chip_GetVersion(void) can get the chip version .&lt;/P&gt;&lt;P&gt;how about ISP mode entry via S/w?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2022 06:35:29 GMT</pubDate>
    <dc:creator>Deeps_bang</dc:creator>
    <dc:date>2022-12-05T06:35:29Z</dc:date>
    <item>
      <title>how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1182212#M42854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use the built-in ROM bootloader to update the FW. I can drive the pin PIO0_5 to let LPC55S69 enter into the ISP mode. now I wanna know is there any method to let LPC55S69 enter into ISP mode via software(without drive the PIO0_5 low)?&lt;/P&gt;&lt;P&gt;I had a try to add the code below to my project, but the LPC55S69 can not enter into ISP mode.&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;PMC-&amp;gt;AOREG1 |= (0x0A &amp;lt;&amp;lt; 16);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;NVIC_SystemReset();&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 09:42:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1182212#M42854</guid>
      <dc:creator>woshieric123456</dc:creator>
      <dc:date>2020-11-12T09:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1182836#M42867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess you use LPC55S69 1B revision?&lt;/P&gt;
&lt;P&gt;This code support LPC55S69 0A revision but not 1B.&lt;/P&gt;
&lt;P&gt;If this feature is necessary for you, please let me know your application name ( What product do you work with 55s69 )? I can check it internally. You can send me community message if you don't want to share your application to public.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 06:06:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1182836#M42867</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-11-13T06:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1182845#M42869</link>
      <description>&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;yes, we use LPC55S69 1B reversion. we had made the decision that we won't use the LPC55S69 0A reversion.&lt;/P&gt;&lt;P&gt;i got the EVK-board and will get the board(LPC55S69 1B reversion) for our product.&lt;/P&gt;&lt;P&gt;i just use the led_blinky project from SDK to test this feature. will NXP provide the code like you do for 0A reversion let LPC55S69 enter into ISP mode via software?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 06:23:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1182845#M42869</guid>
      <dc:creator>woshieric123456</dc:creator>
      <dc:date>2020-11-13T06:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183006#M42872</link>
      <description>&lt;P&gt;For LPC55S69 1B, according to UM, no way to enter ISP mode with code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Nov 2020 09:06:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183006#M42872</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-11-13T09:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183494#M42886</link>
      <description>&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;we can see the sentences below from page 135 of UM11126:&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Entry through ROM API call.&lt;BR /&gt;– Used by application code to implement in field update using ISP mechanism&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;is this mechanism also just used for reversion 0A? not for reversion 1B?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 01:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183494#M42886</guid>
      <dc:creator>woshieric123456</dc:creator>
      <dc:date>2020-11-16T01:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183577#M42888</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Entry through ROM API call.&lt;BR /&gt;– Used by application code to implement in field update using ISP mechanism."&lt;/P&gt;
&lt;P&gt;This is true.&lt;/P&gt;
&lt;P&gt;The APIs are used in the application to update the firmware of the device by calling the IAP APIs to process the SB file in the secure state. Through the IAP APIs, user can update the firmware of the device including the following features:&lt;BR /&gt;• Erase the flash region&lt;BR /&gt;• Program data into the flash region&lt;BR /&gt;• Enable the PRINCE region&lt;BR /&gt;• Update the CFPA data in the FFR region&lt;BR /&gt;• Make the device fall into FA mode&lt;/P&gt;
&lt;P&gt;You can refer iap demo code in SDK, "flashiap1"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 03:54:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183577#M42888</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-11-16T03:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183797#M42891</link>
      <description>&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;should we use the built-in ROM bootloader to let LPC55S69 enter into ISP via software or secure boot or?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 10:25:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1183797#M42891</guid>
      <dc:creator>woshieric123456</dc:creator>
      <dc:date>2020-11-16T10:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184183#M42898</link>
      <description>&lt;P&gt;NO. As I've already said some LPC( eg,LPC8xx) Boot Room support InvokeISP but LPC55 doesn't have.&lt;/P&gt;
&lt;P&gt;LPC55 support ROM IAP functions as&amp;nbsp; I mentioned in my previous reply.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 03:09:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184183#M42898</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-11-17T03:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184239#M42900</link>
      <description>&lt;P&gt;dd&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 07:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184239#M42900</guid>
      <dc:creator>woshieric123456</dc:creator>
      <dc:date>2020-11-18T07:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184247#M42901</link>
      <description>&lt;P&gt;Hi Jennie,&lt;/P&gt;&lt;P&gt;we can use blhost to update FW via USB, but the premise is we need to drive the ISP pin(PIO0_5) low to let LPC55S69 enter into ISP mode.&lt;/P&gt;&lt;P&gt;so my question is there any method to update the FW without driving the ISP pin low?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 06:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184247#M42901</guid>
      <dc:creator>woshieric123456</dc:creator>
      <dc:date>2020-11-17T06:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184912#M42909</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;so my question is there any method to update the FW without driving the ISP pin low?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;No method without driving ISP pin low.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, to update firmware, you need to use secondary bootloader. See AN12327&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/application-note/AN12327.pdf" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note/AN12327.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note-software/AN12327SW.zip" target="_blank"&gt;https://www.nxp.com/docs/en/application-note-software/AN12327SW.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;this demo, you can set update flag to enter bootloader mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 05:12:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1184912#M42909</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-11-18T05:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1185000#M42911</link>
      <description>&lt;P&gt;Hi Jennie,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx for your reply.&lt;/P&gt;&lt;P&gt;from page4~page6 in AN12327, the document tells us how to add image marker and image header by modify startup files based on IDE IAR and KEIL.&lt;/P&gt;&lt;P&gt;my question is how can we&amp;nbsp;&lt;SPAN&gt;add image marker and image header by modify startup files&lt;/SPAN&gt; based on MCUXpresso IDE?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 07:01:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1185000#M42911</guid>
      <dc:creator>woshieric123456</dc:creator>
      <dc:date>2020-11-18T07:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1186369#M42950</link>
      <description>&lt;P&gt;Did you use the&amp;nbsp;AN12327SW from my above link?&lt;/P&gt;
&lt;P&gt;Please check lpc55s69_dsbl_sdk2.8_mcux.zip inside.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 03:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1186369#M42950</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-11-20T03:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1564123#M50931</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;i am also trying for the same i.e enter ISP Via software for LPC 55s69.&lt;/P&gt;&lt;P&gt;my basic Qn is how to check with version via Software .???&amp;nbsp;&lt;/P&gt;&lt;P&gt;and if you remember whats the final solution you arrived for this issue i.e enter isp Via software...&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deeps&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 06:03:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1564123#M50931</guid>
      <dc:creator>Deeps_bang</dc:creator>
      <dc:date>2022-12-05T06:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to enter ISP mode via software--LPC55S69</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1564144#M50933</link>
      <description>&lt;P&gt;found that via this API : static inline uint32_t Chip_GetVersion(void) can get the chip version .&lt;/P&gt;&lt;P&gt;how about ISP mode entry via S/w?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 06:35:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-enter-ISP-mode-via-software-LPC55S69/m-p/1564144#M50933</guid>
      <dc:creator>Deeps_bang</dc:creator>
      <dc:date>2022-12-05T06:35:29Z</dc:date>
    </item>
  </channel>
</rss>

