<?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のトピックWhere to find the correct&amp;amp;amp;#160; flash programming file for SPIFI on LPC43xx</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Where-to-find-the-correct-amp-amp-160-flash-programming-file-for/m-p/551698#M14237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by devil1979 on Mon Feb 09 00:36:40 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently trying to use Keil and ULINK2 to download the fireware to CMUcam5, &lt;A href="https://community.nxp.com/www.cmucam.org" target="test_blank"&gt;www.cmucam.org&lt;/A&gt;, which is utilized the LPC4330FET256. But I could not find the correct flash programming algorithm in 'lpc43xx-2013-09-04.zip'. The proper programming algorithm should be 'SPIFI on LPC18xx/43xx@14000000 Ext. Flash SPI 64M 14000000H-17FFFFFFH' instead of 'SPI-Flash_LPC18xx@14000000 128M Ext. Flash SPI 14000000H-1BFFFFFFH'. I wonder if you could provide me the proper flash programming algorithm for Keil. Your cooperation is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:36:17 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:36:17Z</dc:date>
    <item>
      <title>Where to find the correct&amp;amp;#160; flash programming file for SPIFI on LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Where-to-find-the-correct-amp-amp-160-flash-programming-file-for/m-p/551698#M14237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by devil1979 on Mon Feb 09 00:36:40 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently trying to use Keil and ULINK2 to download the fireware to CMUcam5, &lt;A href="https://community.nxp.com/www.cmucam.org" target="test_blank"&gt;www.cmucam.org&lt;/A&gt;, which is utilized the LPC4330FET256. But I could not find the correct flash programming algorithm in 'lpc43xx-2013-09-04.zip'. The proper programming algorithm should be 'SPIFI on LPC18xx/43xx@14000000 Ext. Flash SPI 64M 14000000H-17FFFFFFH' instead of 'SPI-Flash_LPC18xx@14000000 128M Ext. Flash SPI 14000000H-1BFFFFFFH'. I wonder if you could provide me the proper flash programming algorithm for Keil. Your cooperation is greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Where-to-find-the-correct-amp-amp-160-flash-programming-file-for/m-p/551698#M14237</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find the correct  flash programming file for SPIFI on LPC43xx</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Where-to-find-the-correct-amp-amp-160-flash-programming-file-for/m-p/551699#M14238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon Feb 09 04:51:00 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Try it with the one included in the µVision environment. Maybe it's doing the job in a first step. It should work for SPIFIs up to 64Mbit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It shows up as "LPC18xx/43xx S25FL032 SPIFI".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The folder &lt;/SPAN&gt;&lt;I&gt;.\Keil\ARM\Flash&lt;/I&gt;&lt;SPAN&gt; contains the programming algorithm for various flash types, also the one for the SPIFI (folder &lt;/SPAN&gt;&lt;I&gt;LPC18xx43xx_S25FL032&lt;/I&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It needs to be combined with an updated version of the SPIFI library to ensure that also flash types larger than 64Mbit are handled. This library can be downloaded here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://http://www.lpcware.com/SPIFI"&gt;http://www.lpcware.com/SPIFI&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have the full licensed version of µVision (required for building position independend code), then you can rebuild this project with the new lib and your own options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the mid term Keil will update this algorithm in their tool when they issue an update, but also we will post it somewhere here on LPCWare .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:36:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Where-to-find-the-correct-amp-amp-160-flash-programming-file-for/m-p/551699#M14238</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:36:18Z</dc:date>
    </item>
  </channel>
</rss>

