<?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>External flash not working with simple example on nrf9160dk 1.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94254/external-flash-not-working-with-simple-example-on-nrf9160dk-1-0-0</link><description>Hi, 
 
 
 I have a very simple example which just enables the SPI flash on the nrf9160 and then tries to mount littlefs on it. Unfortunately, it doesn&amp;#39;t seem to be working on my nrf9160dk 1.0.0 (it definitely has the flash chip on it, I can see it! the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Nov 2022 11:57:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94254/external-flash-not-working-with-simple-example-on-nrf9160dk-1-0-0" /><item><title>RE: External flash not working with simple example on nrf9160dk 1.0.0</title><link>https://devzone.nordicsemi.com/thread/397618?ContentTypeID=1</link><pubDate>Fri, 25 Nov 2022 11:57:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b27a87e-1574-4f93-9493-8e6f4956c09e</guid><dc:creator>jeremyherbert</dc:creator><description>&lt;p&gt;I found my answer in the docs:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;
&lt;p&gt;If the external flash device is not using the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="reference external" title="(in Zephyr Project v3.2.99)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/api/bindings/mtd/nordic%2Cqspi-nor.html#dtbinding-nordic-qspi-nor"&gt;&lt;span class="xref std std-ref"&gt;QSPI NOR&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;driver, you must enable&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="reference external" title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/kconfig/index.html#CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK"&gt;&lt;code class="xref kconfig kconfig-option docutils literal notranslate"&gt;&lt;span class="pre"&gt;CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to override the Partition Manager&amp;rsquo;s external flash driver check, and the required driver must also be enabled for all applications that need it.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The nrf91 does not have a QSPI interface, so you need to disable this check. After adding this to the prj.conf, it is all working!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/scripts/partition_manager/partition_manager.html"&gt;developer.nordicsemi.com/.../partition_manager.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>