<?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>54L15: ZMS requires SPI for internal memory??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/125057/54l15-zms-requires-spi-for-internal-memory</link><description>So my board uses uart00; I also need to use ZMS for storing configuration data. 
 If I try to compile with no SPI enabled the Flash drivers throw an error &amp;#39;__device_dts_ord_130&amp;#39; undeclared here (not in a function); 
 Which as far as I can tell is spi00</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 25 Oct 2025 15:03:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/125057/54l15-zms-requires-spi-for-internal-memory" /><item><title>RE: 54L15: ZMS requires SPI for internal memory??</title><link>https://devzone.nordicsemi.com/thread/552397?ContentTypeID=1</link><pubDate>Sat, 25 Oct 2025 15:03:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89dd2d9b-10b1-422f-8baf-3829c04ebe5c</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;Yes thanks, the lines above sorted it. (I thought I clicked verify answer?)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 54L15: ZMS requires SPI for internal memory??</title><link>https://devzone.nordicsemi.com/thread/552385?ContentTypeID=1</link><pubDate>Fri, 24 Oct 2025 23:06:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bc8ec62-b25e-4c6a-bb04-21fb4e1025cc</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Did you solve the issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 54L15: ZMS requires SPI for internal memory??</title><link>https://devzone.nordicsemi.com/thread/552040?ContentTypeID=1</link><pubDate>Tue, 21 Oct 2025 09:46:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8004a2fe-ebc2-42c0-bdf3-5f51c061190e</guid><dc:creator>Nick_RA</dc:creator><description>&lt;p&gt;Thanks! That&amp;#39;s the missing piece that was eluding me.&lt;/p&gt;
[quote userid="108933" url="~/f/nordic-q-a/125057/54l15-zms-requires-spi-for-internal-memory/552037"]To use ZMS exclusively you can try to set the following config:[/quote]
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Explicitly disable external flash drivers
CONFIG_SPI_NOR=n
CONFIG_NORDIC_QSPI_NOR=n&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 54L15: ZMS requires SPI for internal memory??</title><link>https://devzone.nordicsemi.com/thread/552037?ContentTypeID=1</link><pubDate>Tue, 21 Oct 2025 09:23:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a319ea0f-e54a-4411-9b76-87b5bfd5fa75</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;This error means &amp;#39;&amp;#39;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;&amp;#39;__device_dts_ord_130&amp;#39; undeclared here (not in a function);&amp;#39;&amp;#39; a missing kconfig or a device is referenced but not properly enabled in the device tree.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;#39;&amp;#39;Which as far as I can tell is spi00. If I enable spi00 then I get a conflict&amp;nbsp;&amp;#39;can only use one of spi00 twi00 uart00&amp;#39;&amp;nbsp;etc&amp;#39;&amp;#39;&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This means that flash driver is trying to use SPI0 which conflict with your UART0 as they both have same instances.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When you set SPI0 pin for internal flash, no other external flash or device should have the same SPI0 instance.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To use ZMS exclusively you can try to set the following config:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Enable flash support (for internal flash)
CONFIG_FLASH=y

# Enable ZMS
CONFIG_ZMS=y

# Explicitly disable external flash drivers
CONFIG_SPI_NOR=n
CONFIG_NORDIC_QSPI_NOR=n&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>