<?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>NRF5340 QSPI XIP IS25LP128F</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116849/nrf5340-qspi-xip-is25lp128f</link><description>Hello everyone, I am working on a custom board based on the nRF5340 and need to implement code execution from an external QSPI memory. The board uses the IS25LP128 memory. 
 As a starting point, I used the &amp;quot;extxip_smp_svr&amp;quot; example and tested it successfully</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Dec 2024 12:50:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116849/nrf5340-qspi-xip-is25lp128f" /><item><title>RE: NRF5340 QSPI XIP IS25LP128F</title><link>https://devzone.nordicsemi.com/thread/512974?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 12:50:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ee72df9-28c0-489e-ac67-78a164b97e53</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Please try the the zephyr/samples/drivers/spi_flash sample with your board overlay to verify that the driver works with your configuration.&amp;nbsp;&lt;/p&gt;
[quote user=""][error] [  nRF53] - Failed while performing &amp;#39;Verify&amp;#39; operation on target address 0x10120000.  
-160: Data does not match in address range [0x10120000 - 0x101228DF] (XIP (QSPI))[/quote]
&lt;p&gt;The debugger loads another QSPI driver into RAM to interface with the QSPI flash IC. By default, the configuration is set for the MX25R64 chip. You can modify the configuration by editing the config.toml file.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;$ nrfjprog --help

Usage: 
----

     --config &amp;lt;file&amp;gt;         Uses the nrfjprog settings file specified in the
                             given file path instead of searching for the
                             default config.toml file in the installation
                             folder. TOML configuration files may contain 
                             both QSPI and nrfjprog target settings. 
                             Must be combined with another command.
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>