<?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: LPC4330 QSPI devices and drivers in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-QSPI-devices-and-drivers/m-p/565064#M17008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Thu Feb 25 23:01:09 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi fweller,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find supported device list at&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=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fproject%2Fnxp-peripherals%2Fspifi-nxp-microcontrollers" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/project/nxp-peripherals/spifi-nxp-microcontrollers&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that more devices are supported but not listed here. You can also find SPIFI example here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;You can find spifi library source at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2FSPIFI" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/SPIFI&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can add more device in this library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please use latest version of LPCOpen for LPC43xx from&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=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc43xx-packages" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:49:43 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:49:43Z</dc:date>
    <item>
      <title>LPC4330 QSPI devices and drivers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-QSPI-devices-and-drivers/m-p/565063#M17007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by fweller on Thu Feb 25 14:39:17 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We want to boot the CPU using a 32Mbit QSPI NOR Flash device. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In North America, Micron and Cypress(Spansion) are the easiest suppliers to source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We want to design in both of these devices (second sourced):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Micron N25Q032A13&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cypress S25FL132K&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. In NXP document UM10503 (user manual for LPC4330) Section 5.3.4.4.1 “Supported QSPI devices”, Table 25, there is a list of devices that were supported as of the writing of that document.&amp;nbsp; These devices are no longer the recommended families to design with (example, Spansion S25FL032P1F is NRND) .&amp;nbsp; The devices that Nate should be using are not mentioned in this list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In looking through the LPCOpen 2.2 sample projects I did find the 'lib_lpcspifilib' project which appears to be the NXP SPIFI library exposed through 'spifilib_api.h'.&amp;nbsp; This library includes some pre-compiled library files but little as far as source.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. There is an 'lpcspifilib' project which looks to be a sample project that contains what I was looking for.&amp;nbsp; However, it appears the library mentioned above only supports SpansionS25FLP, SpansionS25FL1 and MacronixMX25L (see spifilib_dev.h).&amp;nbsp; As generic interfaces to request / verify the part and setup through a command interface, maybe this is ok as the sample does show how to setup the interface modes / clocks and perform a basic test before entering back to memory (code retrieval) mode.&amp;nbsp; I guess to prove this out I'd would need to hack in another qspi onto the board, port the debug init script and see if it actually works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Is there an updated list of supported QSPI devices? (Issue #3 above shows Spansion S25FL1 support in the driver but is not listed in the document from issue #1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Have the drivers mentioned above been updated recently to support more QSPI devices?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Where could a customer get source code instead of pre-compiled drivers so that the customer may write their own driers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. What would NXP recommend the customer do in this situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-QSPI-devices-and-drivers/m-p/565063#M17007</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4330 QSPI devices and drivers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-QSPI-devices-and-drivers/m-p/565064#M17008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Thu Feb 25 23:01:09 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi fweller,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find supported device list at&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=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fproject%2Fnxp-peripherals%2Fspifi-nxp-microcontrollers" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/project/nxp-peripherals/spifi-nxp-microcontrollers&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that more devices are supported but not listed here. You can also find SPIFI example here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;You can find spifi library source at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.lpcware.com%2FSPIFI" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/SPIFI&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can add more device in this library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please use latest version of LPCOpen for LPC43xx from&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=https%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc43xx-packages" rel="nofollow" target="_blank"&gt;https://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc43xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC4330-QSPI-devices-and-drivers/m-p/565064#M17008</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:49:43Z</dc:date>
    </item>
  </channel>
</rss>

