<?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>Nordic qspi-nor flash incorrect/missing documentation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109613/nordic-qspi-nor-flash-incorrect-missing-documentation</link><description>According to https://docs.zephyrproject.org/latest/build/dts/api/bindings/mtd/nordic,qspi-nor.html the available quad-enable-requirements are &amp;#39;NONE&amp;#39;, &amp;#39;S2B1v1&amp;#39;, &amp;#39;S1B6&amp;#39;, &amp;#39;S2B7&amp;#39;, &amp;#39;S2B1v4&amp;#39;, &amp;#39;S2B1v5&amp;#39;, &amp;#39;S2B1v6&amp;#39;. 1) What is the difference between &amp;#39;S2B1v1&amp;#39;, </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 May 2024 09:31:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109613/nordic-qspi-nor-flash-incorrect-missing-documentation" /><item><title>RE: Nordic qspi-nor flash incorrect/missing documentation</title><link>https://devzone.nordicsemi.com/thread/481956?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 09:31:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f99efb7b-a34c-47a2-ac1f-c62036c6604a</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="dejans"]1) What is the difference between &amp;#39;S2B1v1&amp;#39;, &amp;#39;S2B1v4&amp;#39;, &amp;#39;S2B1v5&amp;#39; and &amp;#39;S2B1v6&amp;#39;? Where can I find documentation about it?[/quote]
&lt;p&gt;The detailed description of the modes is in &lt;span&gt;&lt;span&gt;&lt;a href="https://www.jedec.org/standards-documents/docs/jesd-6801"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;COMMON FLASH INTERFACE (CFI): | JEDEC&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt; referred in the “Description” part of the documentation. These options need to be selected with accordance to what a specific connected flash chip requires.&lt;/p&gt;
[quote user="dejans"]2) When looking at code ( &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/flash/nrf_qspi_nor.c"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/flash/nrf_qspi_nor.c&lt;/a&gt; line 179), &amp;#39;S2B7&amp;#39; is not supported, i.e. documentation is incorrect: &amp;quot;Driver only supports NONE, S1B6, S2B1v1, S2B1v4, S2B1v5 or S2B1v6 for quad-enable-requirements&amp;quot;[/quote]
&lt;p&gt;S2B7 is not supported in the driver and the documentation is not correct. I have notified relevant people about this internally.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic qspi-nor flash incorrect/missing documentation</title><link>https://devzone.nordicsemi.com/thread/481698?ContentTypeID=1</link><pubDate>Fri, 03 May 2024 07:54:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d498cc2-1236-4d3f-8138-ff3591943b35</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Unfortunately not. I am still waiting for this to be checked. I have asked again internally.&lt;br /&gt;&lt;br /&gt;Thank you for your patience.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic qspi-nor flash incorrect/missing documentation</title><link>https://devzone.nordicsemi.com/thread/481690?ContentTypeID=1</link><pubDate>Fri, 03 May 2024 07:37:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e572741-790a-42d0-9402-a18adb8f9663</guid><dc:creator>Kaikon</dc:creator><description>&lt;p&gt;Is there any update on this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic qspi-nor flash incorrect/missing documentation</title><link>https://devzone.nordicsemi.com/thread/475737?ContentTypeID=1</link><pubDate>Mon, 25 Mar 2024 16:52:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37d9781d-1ac3-484a-8d39-13ecf96be5b5</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]1) What is the difference between &amp;#39;S2B1v1&amp;#39;, &amp;#39;S2B1v4&amp;#39;, &amp;#39;S2B1v5&amp;#39; and &amp;#39;S2B1v6&amp;#39;? Where can I find documentation about it?[/quote]
&lt;p&gt;I will get back to you regarding this question.&lt;/p&gt;
[quote user=""]2) When looking at code ( &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/flash/nrf_qspi_nor.c"&gt;https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/flash/nrf_qspi_nor.c&lt;/a&gt; line 179), &amp;#39;S2B7&amp;#39; is not supported, i.e. documentation is incorrect: &amp;quot;Driver only supports NONE, S1B6, S2B1v1, S2B1v4, S2B1v5 or S2B1v6 for quad-enable-requirements&amp;quot;[/quote]
&lt;p&gt;I think that documentation probably specifies what is showed in &lt;a href="https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/flash/jesd216.h#L434-L451"&gt;jesd216.h&lt;/a&gt;. I have asked internally about the correctness of our documentation in this case.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>