<?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>How to setup SPIS on net core using nrfx in nRF7002-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115328/how-to-setup-spis-on-net-core-using-nrfx-in-nrf7002-dk</link><description>Hello, 
 I want to use SPIS peripheral in nrf7002-DK on the net core. I cannot compile (error &amp;#39;NRFX_SPIS0_INST_IDX&amp;#39; undeclared (first use in this function)) 
 here is my firmware: 
 prj.conf 
 
 main.c</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Oct 2024 13:01:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115328/how-to-setup-spis-on-net-core-using-nrfx-in-nrf7002-dk" /><item><title>RE: How to setup SPIS on net core using nrfx in nRF7002-DK</title><link>https://devzone.nordicsemi.com/thread/505359?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 13:01:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fbad5c0-bf94-49a6-853b-8d029b08b008</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Happy to help out. Hope you have a wonderful day!&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><item><title>RE: How to setup SPIS on net core using nrfx in nRF7002-DK</title><link>https://devzone.nordicsemi.com/thread/505352?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 12:55:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4629df7b-19ad-4d18-95e1-46e11da72517</guid><dc:creator>Riccardo</dc:creator><description>&lt;p&gt;Thank you very much. It compiles now!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to setup SPIS on net core using nrfx in nRF7002-DK</title><link>https://devzone.nordicsemi.com/thread/505351?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2024 12:49:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f00bf5d-c782-4485-b50c-0cc2101d473b</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;SPI/UART/TWI is a shared resource, meaning that only one can be active at the same time.&lt;/p&gt;
&lt;p&gt;By default the uart is enabled, which you can disable by setting CONFIG_LOG=n and CONFIG_SERIAL=n (and possibly disable it in DT as well).&lt;/p&gt;
&lt;p&gt;You can see shared instances overlap in memory mapping here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf5340/page/chapters/memory_network/netmem.html"&gt;https://docs.nordicsemi.com/bundle/ps_nrf5340/page/chapters/memory_network/netmem.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s an overlay example for enabling spis0:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;spi0 {
    compatible = &amp;quot;nordic,nrf-spis&amp;quot;;
    status = &amp;quot;okay&amp;quot;;
    def-char = &amp;lt;0xFF&amp;gt;;
};&lt;/pre&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>