<?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: About Bootloader on LPC54018</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949679#M37731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo Oscar,&lt;/P&gt;&lt;P&gt;There is no internal Flash in LPC54018, which Flash APIs do you meaning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;ALice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2019 02:06:43 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2019-10-16T02:06:43Z</dc:date>
    <item>
      <title>About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949674#M37726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have some questions, I hope somebody could help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 1:&lt;/P&gt;&lt;P&gt;About hardware by UART; I just need ISP pins(PIO0_6, PIO0_5 &amp;amp; PIO0_4) and RESET pin to handler it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;I suppose I need a reset and active (PIO0_6, PIO0_5 &amp;amp; PIO0_4 -&amp;gt; HIGH, HIGH, LOW) to entry to bootloader right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 3:&lt;/P&gt;&lt;P&gt;In MCU Bootloader v2.5.0 Reference Manual is mentioned "void run_bootloader(void * arg)" function as a way to go to bootloader, it means it coud be called in my user application for example from a serial command from a master MCU to LPC54018?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 4:&lt;/P&gt;&lt;P&gt;If the last question is right, I suppose I do not have to set ISP pin (PIO0_6, PIO0_5 &amp;amp; PIO0_4 -&amp;gt; HIGH, HIGH, LOW) to keep it in bootloader section? (This is to left these pin unused and command it from user application).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Question 5:&lt;/P&gt;&lt;P&gt;I knew that bootloader is a factory feature, so, why it comes with the SDK? Do I have to flash it anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2019 18:43:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949674#M37726</guid>
      <dc:creator>oscarniño</dc:creator>
      <dc:date>2019-10-04T18:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949675#M37727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="243618" data-username="oscarniño" href="https://community.nxp.com/people/oscarniño"&gt;Oscar Niño&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;Question 1:&lt;/P&gt;&lt;P&gt;About hardware by UART; I just need ISP pins(PIO0_6, PIO0_5 &amp;amp; PIO0_4) and RESET pin to handler it?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;-&amp;gt; Do you mean enter ISP_UART mode? If yes, you are right.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;I suppose I need a reset and active (PIO0_6, PIO0_5 &amp;amp; PIO0_4 -&amp;gt; HIGH, HIGH, LOW) to entry to bootloader right?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;-&amp;gt; Yes, this is entry bootloader (ROM bootloader).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;Question 3:&lt;/P&gt;&lt;P&gt;In MCU Bootloader v2.5.0 Reference Manual is mentioned "void run_bootloader(void * arg)" function as a way to go to bootloader, it means it coud be called in my user application for example from a serial command from a master MCU to LPC54018?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;-&amp;gt; NO.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;P&gt;Question 4:&lt;/P&gt;&lt;P&gt;If the last question is right, I suppose I do not have to set ISP pin (PIO0_6, PIO0_5 &amp;amp; PIO0_4 -&amp;gt; HIGH, HIGH, LOW) to keep it in bootloader section? (This is to left these pin unused and command it from user application).&lt;/P&gt;&lt;P&gt;-&amp;gt; The MCU Bootlaoder v2.5.0 is not the same with ROM bootloader, there isn't any relationship .&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Question 5:&lt;/P&gt;&lt;P&gt;I knew that bootloader is a factory feature, so, why it comes with the SDK? Do I have to flash it anyway?&lt;/P&gt;&lt;P&gt;-&amp;gt; The ROM bootloader is a factory feature, while the MCU Bootloader under SDK is open source bootloader,&lt;/P&gt;&lt;P&gt;customer can use it and also can development another bootloader refer to this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2019 02:21:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949675#M37727</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-10-09T02:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949676#M37728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Reply Alice_Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a bootloader for this board that I could use for create my own bootloader? I mean: I need to create a bootloader by UART without using any pins active. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reset, LPC54018 waits one second before go to user application. After this for example go to check an specific flash address to know if there is a user application, if yes, go to user application, if not keeps on bootloader waiting for a command to start to write flash with valid user application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 20:40:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949676#M37728</guid>
      <dc:creator>oscarniño</dc:creator>
      <dc:date>2019-10-10T20:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949677#M37729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Oscar,&lt;/P&gt;&lt;P&gt;The official bootloader for this chip, there is only MCU bootloader under SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 08:11:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949677#M37729</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-10-11T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949678#M37730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply Alice_Yang, please could you tell me in which document I can find Flash APIs for this chip?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 15:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949678#M37730</guid>
      <dc:creator>oscarniño</dc:creator>
      <dc:date>2019-10-11T15:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949679#M37731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo Oscar,&lt;/P&gt;&lt;P&gt;There is no internal Flash in LPC54018, which Flash APIs do you meaning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;ALice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 02:06:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949679#M37731</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-10-16T02:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949680#M37732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice_Yang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes&amp;nbsp;this is a flashless device, I mean functions that I could use to write packets of data on external flash to update firmware(custom bootloader). I'm trying to undersatand flashloader from SDK to create a custom bootloader but it could be more ease if I would know the functions that are used to access external flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 14:46:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949680#M37732</guid>
      <dc:creator>oscarniño</dc:creator>
      <dc:date>2019-10-16T14:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: About Bootloader on LPC54018</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949681#M37733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Oscar,&lt;/P&gt;&lt;P&gt;About the bootloader of SDK, you can find the Flash APIs in spifi_nor folder and spifi :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/92993i1089D7D15B67D283/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there also a simple Flashdrivers example under MCUXprsso IDE if you installed it :&lt;/P&gt;&lt;P&gt;MCUXpressoIDE_11.0.0_2516\ide\Examples\Flashdrivers\NXP\LPC5460x\LPC5460x_lpcspifilib_driver.zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 10:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/About-Bootloader-on-LPC54018/m-p/949681#M37733</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2019-10-22T10:07:43Z</dc:date>
    </item>
  </channel>
</rss>

