<?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: Where can I find the code for the second stage boot example in app note AN12327 ? in MCUXpresso SDK</title>
    <link>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1273644#M3157</link>
    <description>&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 10:16:38 GMT</pubDate>
    <dc:creator>andrewfisher</dc:creator>
    <dc:date>2021-05-07T10:16:38Z</dc:date>
    <item>
      <title>Where can I find the code for the second stage boot example in app note AN12327 ?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1272129#M3152</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently aiming to write a second stage boot loader ultimately for the LPC55s28. I wish to implement firmware update as drag and drop to a&amp;nbsp; USB mass storage device - similar to the way MBED devices work. I have external eMMC FLASH where I can hold the image prior to FLASHing&lt;/P&gt;&lt;P&gt;I was hoping to base this on the example given in the app note AN12327. I realise this is for the LPC55S69 but the parts are very similar so am hoping to port it as a starting point. However, I cannot find the code referred to in the SDK for either of these parts.&lt;/P&gt;&lt;P&gt;Please can someone tell me where I can find the example code referred to in the app note.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;\boards\lpcxpresso55s69\dual_sbl\&lt;/SPAN&gt;lpc55xx_dsbl&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;\boards\lpcxpresso55s69\dual_sbl\ &lt;/SPAN&gt;lpc55xx_dsbl_app&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If this is not the right place to start then I would be grateful to be pointed in the right direction.&lt;/P&gt;&lt;P&gt;(I already have the mass storage part working. The parts I am missing are how to prepare images with the correct headers and how to program the FLASH - presumably whilst running from code copied to RAM)&lt;/P&gt;&lt;DIV class="page"&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 May 2021 10:23:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1272129#M3152</guid>
      <dc:creator>andrewfisher</dc:creator>
      <dc:date>2021-05-05T10:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the code for the second stage boot example in app note AN12327 ?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1273470#M3155</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please download AN12327SW from here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com.cn/docs/en/application-note-software/AN12327SW.zip" target="_blank"&gt;https://www.nxp.com.cn/docs/en/application-note-software/AN12327SW.zip&lt;/A&gt;&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;</description>
      <pubDate>Fri, 07 May 2021 07:09:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1273470#M3155</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-05-07T07:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the code for the second stage boot example in app note AN12327 ?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1273644#M3157</link>
      <description>&lt;P&gt;Thank you so much.&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 10:16:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1273644#M3157</guid>
      <dc:creator>andrewfisher</dc:creator>
      <dc:date>2021-05-07T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the code for the second stage boot example in app note AN12327 ?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1347696#M3368</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement a second stage bootloader to boot an image stored on an SD card which is connected over the SPI interface to the LPC55S16-EVK.&lt;/P&gt;&lt;P&gt;For this I am studying the document AN12327.&lt;BR /&gt;Under point 3.2.2 on page 9 it says open, compile and load the project lpc55xx_dsbl.&lt;BR /&gt;So I am working with the MCUXpresso IDE and I tried to import this project there. But I am not able to import it properly. Could you give me a hint how to import it in the MCUXpresso IDE or how to flash my LPC55S16-EVK board with this example project over the elftosb tool?&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Corsin Obrist&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 14:43:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1347696#M3368</guid>
      <dc:creator>nxp-obrist</dc:creator>
      <dc:date>2021-09-28T14:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find the code for the second stage boot example in app note AN12327 ?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1347907#M3369</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191813" target="_self" aria-label="View Profile of nxp-obrist"&gt;&lt;SPAN class=""&gt;nxp-obrist&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This thread was closed. please create a new thread for your question. NXP support team will help you.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 01:44:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-SDK/Where-can-I-find-the-code-for-the-second-stage-boot-example-in/m-p/1347907#M3369</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2021-09-29T01:44:04Z</dc:date>
    </item>
  </channel>
</rss>

