<?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 SPIFI for MP3 files in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-for-MP3-files/m-p/589467#M21938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by poonam on Fri Feb 08 05:03:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can we store the MP3 files on the SPIFI.?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I am using external S25FL256S flash with LPC4350..i want to store the Mp3 files on that and read back those files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I am looking for the files for latest release of SPIFI library to get read and write API..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Poonam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 19:13:19 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T19:13:19Z</dc:date>
    <item>
      <title>SPIFI for MP3 files</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-for-MP3-files/m-p/589467#M21938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by poonam on Fri Feb 08 05:03:51 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can we store the MP3 files on the SPIFI.?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I am using external S25FL256S flash with LPC4350..i want to store the Mp3 files on that and read back those files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I am looking for the files for latest release of SPIFI library to get read and write API..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Poonam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:13:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-for-MP3-files/m-p/589467#M21938</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: SPIFI for MP3 files</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-for-MP3-files/m-p/589468#M21939</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 Wed Feb 13 03:05:49 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Poonam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;take a look at the software packages which we have on the web:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpc4350apdlzip" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpc4350apdlzip&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-platform" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-platform&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are examples for programming the qSPI flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading is straight forward.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To use the SPIFI you need to boot either in SPIFI mode (bootloader is doing SPIFI init),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or you boot from somewhere else and you init the SPIFI in your code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to consider one thing: if you execute from SPIFI and if you read/write data on the SPIFI, then you get into a timing conflict.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Solutions for that: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- use external parallel flash for the executable code (pretty slow)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- use the LPC4357 with internal flash (pretty fast)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- re-locate executable code from the qSPI to internal RAM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Technical Support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:13:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/SPIFI-for-MP3-files/m-p/589468#M21939</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:13:20Z</dc:date>
    </item>
  </channel>
</rss>

