<?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>MCUXpresso GeneralのトピックRe: How to flash/boot an LPC4370 application to/from SPIFI (Embedded Artists' Labtool)</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1463681#M4611</link>
    <description>&lt;P&gt;Hi Jun,&lt;/P&gt;&lt;P&gt;Thanks for this link. At a first glance it looks like it answers to my questions. I will dig into it soon.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 05:08:58 GMT</pubDate>
    <dc:creator>michelkuenemann</dc:creator>
    <dc:date>2022-05-25T05:08:58Z</dc:date>
    <item>
      <title>How to flash/boot an LPC4370 application to/from SPIFI (Embedded Artists' Labtool)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1461939#M4601</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am developing a modified version of the Labtool firmware.&lt;/P&gt;&lt;P&gt;The target is an LPClink2 board equipped with an LPC4370.&lt;/P&gt;&lt;P&gt;It runs perfectly and I want to boot the LPC4370 now from the SPIFI flash installed on the board.&lt;/P&gt;&lt;P&gt;What steps do I need to follow to achieve this ?&lt;/P&gt;&lt;P&gt;A similar question has already been asked in the passed, but it was based on LPCxpresso and the links are broken.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;</description>
      <pubDate>Sun, 22 May 2022 19:19:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1461939#M4601</guid>
      <dc:creator>michelkuenemann</dc:creator>
      <dc:date>2022-05-22T19:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash/boot an LPC4370 application to/from SPIFI (Embedded Artists' Labtool)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1462007#M4602</link>
      <description>&lt;P&gt;For LPC4370, MCUXpresso IDE and LPCXpresso IDE are the same thing. The code works on LPCXpresso is also for MCUXpresso.&lt;/P&gt;
&lt;P&gt;But SPIFI boot must follow the right boot process. Please refer UM10503, Chapter 5, boot ROM.&lt;/P&gt;
&lt;P&gt;We must follow the overall boot process&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_0-1653270057396.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180530iC523306E1C34B216/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_0-1653270057396.png" alt="ZhangJennie_0-1653270057396.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZhangJennie_0-1653270057396.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Because you use SPIFI boot, you need also use SPIFI boot process.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZhangJennie_1-1653270156233.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/180532iDF80CDBCCC0605ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZhangJennie_1-1653270156233.png" alt="ZhangJennie_1-1653270156233.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZhangJennie_1-1653270156233.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;SPAN&gt;Here In Fig 20, Detect device means if it can be able to read a valid device ID for the external QSPI device. If not being able to read out correct device ID ( all 0 or all 1), it’s device error.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;SPAN&gt;Fig 20, there is “see main boot flow”, it should point to Fig 16, after&amp;nbsp;&lt;/SPAN&gt;“&lt;SPAN&gt;SPIFI Boot”.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-weight: 400;"&gt;&lt;SPAN&gt;Jun Zhang&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 01:47:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1462007#M4602</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-05-23T01:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash/boot an LPC4370 application to/from SPIFI (Embedded Artists' Labtool)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1462233#M4604</link>
      <description>&lt;P&gt;Hi Jun,&lt;/P&gt;&lt;P&gt;Thank you so much for your prompt and relevant reply.&lt;/P&gt;&lt;P&gt;Besides the boot process itself you have described, I am currently struggling on how to configure my MCUxpresso project to setup and write to the external flash.&lt;/P&gt;&lt;P&gt;Is there somewhere a basic example project that implements both RAM and SPIFI methods ?&lt;/P&gt;&lt;P&gt;If not, which changes do I have to make to the original Labtool firmware project and/or source code to support SPIFI ?&lt;/P&gt;&lt;P&gt;Thank you - regards,&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 07:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1462233#M4604</guid>
      <dc:creator>michelkuenemann</dc:creator>
      <dc:date>2022-05-23T07:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash/boot an LPC4370 application to/from SPIFI (Embedded Artists' Labtool)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1463238#M4609</link>
      <description>&lt;P&gt;Michel&lt;/P&gt;
&lt;P&gt;I recommend you referring this post on&amp;nbsp;Using the SPIFI library with the LPC4370&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Using-the-SPIFI-library-with-the-LPC4370/ta-p/1102995" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Using-the-SPIFI-library-with-the-LPC4370/ta-p/1102995&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 12:17:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1463238#M4609</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-05-24T12:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash/boot an LPC4370 application to/from SPIFI (Embedded Artists' Labtool)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1463681#M4611</link>
      <description>&lt;P&gt;Hi Jun,&lt;/P&gt;&lt;P&gt;Thanks for this link. At a first glance it looks like it answers to my questions. I will dig into it soon.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 05:08:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-to-flash-boot-an-LPC4370-application-to-from-SPIFI-Embedded/m-p/1463681#M4611</guid>
      <dc:creator>michelkuenemann</dc:creator>
      <dc:date>2022-05-25T05:08:58Z</dc:date>
    </item>
  </channel>
</rss>

