<?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>Programming of external QSPI flash on nRF54L15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122223/programming-of-external-qspi-flash-on-nrf54l15</link><description>Hi Nordic 
 
 Is the command: 
 nrfjprog -s 820100511 --qspiini Qspinrf54l15.ini --qspichiperase --program nrf54l15_FILES.bin --log 
 
 We did use it for nRF52840, where able to preload the external QSPI flash with data. 
 The file Qspinrf54l15.ini holds</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Jun 2025 10:43:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122223/programming-of-external-qspi-flash-on-nrf54l15" /><item><title>RE: Programming of external QSPI flash on nRF54L15</title><link>https://devzone.nordicsemi.com/thread/539003?ContentTypeID=1</link><pubDate>Thu, 12 Jun 2025 10:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba7ccd06-51b7-46e0-9390-fd77ae16b34b</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;nrfutil device&amp;quot; is able to interface a external flash device connected via a (supported) nRF device:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory.html#programming-external-memory-command"&gt;https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory.html#programming-external-memory-command&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Initial read from flash IC:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfutil device --x-ext-mem-config-file nrf54l15_ext_mem.json read --address 0x10000000
1057706745
0x10000000: FFFFFFFF                              |....|
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Writing &amp;quot;0xDEADBEEF&amp;quot; to the first address in the external flash and reading it back:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfutil device --x-ext-mem-config-file nrf54l15_ext_mem.json write --address 0x10000000 --value 0xDEADBEEF
✔️ Data written to 1057706745

nrfutil device --x-ext-mem-config-file nrf54l15_ext_mem.json read --address 0x10000000
1057706745
0x10000000: DEADBEEF                              |....|
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I used the configuration as shown in the docs:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory.html#example-for-spi-on-nrf54l15"&gt;https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory.html#example-for-spi-on-nrf54l15&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>