<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>QSPI Difficulty with Zephyr and Nordic IC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104927/qspi-difficulty-with-zephyr-and-nordic-ic</link><description>Hello, 
 I am working on integrating a 4G-BIT Nand Flash, the W25N04KVZEIR with datasheet here , with a custom board equipped with an NRF52840. Currently, I am trying to just get the flash example in Zephyr working in quad mode with my custom board file</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Oct 2023 11:24:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104927/qspi-difficulty-with-zephyr-and-nordic-ic" /><item><title>RE: QSPI Difficulty with Zephyr and Nordic IC</title><link>https://devzone.nordicsemi.com/thread/451686?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2023 11:24:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c8abd4c-b7c1-4ecd-90bf-4af1d7568220</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Eric&lt;/p&gt;
&lt;p&gt;As mentioned by Anthony the QSPI flash driver supports NOR devices only, not NAND devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;NAND devices normally use a different instruction set to that of NOR devices, and are also more complex to use. With a NOR device you don&amp;#39;t have to worry about bit errors in the data you read or write (unless you are&amp;nbsp;pushing the number of erase cycles of your device). NAND devices are cheaper, true, but one drawback of this is that they are less reliable as well and you&amp;nbsp;might need to run error correction algorithms in your driver in order to ensure that your data is correct.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is it possible to connect to your device using SPI rather than QSPI?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI Difficulty with Zephyr and Nordic IC</title><link>https://devzone.nordicsemi.com/thread/451586?ContentTypeID=1</link><pubDate>Sat, 21 Oct 2023 20:56:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83093137-1e5b-43b1-8b60-d8b2ab998a89</guid><dc:creator>Anthony W</dc:creator><description>&lt;p&gt;Although the Windbond chip documentation sounds a bit similar between the two, there are components of the NAND interface that don&amp;#39;t exist in the NOR interface (and perhaps vice versa), so I think there&amp;#39;s no guarantee the NOR drivers will work with NAND chips (and probably plenty of reason to believe they wont). I would be very interested if you find a solution, NAND offers a lot of benefits over NOR for low-power, high-capacity, small-footprint operation. It would be nice if there were some solid support for those chips.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>