<?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>Zephyr BLE stack and SPIM signals interference</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106406/zephyr-ble-stack-and-spim-signals-interference</link><description>Hello, 
 I&amp;#39;m having some problems when I want to use some pins as SPIM interface (nrfx driver) and the Zephyr BLE stack is included in the project: 
 Platform: nRF5340-DK 
 The project consist of a SPIM interface connected to a sensor controlled by the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Dec 2023 13:22:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106406/zephyr-ble-stack-and-spim-signals-interference" /><item><title>RE: Zephyr BLE stack and SPIM signals interference</title><link>https://devzone.nordicsemi.com/thread/459367?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2023 13:22:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e9510fd-7560-40b8-a544-f0c8662b2e54</guid><dc:creator>PabloL</dc:creator><description>&lt;p&gt;Hello Kenneth,&lt;/p&gt;
&lt;p&gt;You&amp;#39;re right.&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;These pins are used for the UART1 of network core to communicate with the interface MCU in the nRF5340-DK.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;After commenting these lines in the file &amp;quot;nrf5340_cpuapp_common.dtsi&amp;quot;, everything started to work.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;    gpio_fwd: nrf-gpio-forwarder {
        compatible = &amp;quot;nordic,nrf-gpio-forwarder&amp;quot;;
        status = &amp;quot;okay&amp;quot;;
        uart {
            gpios = &amp;lt;&amp;amp;gpio1 1 0&amp;gt;, &amp;lt;&amp;amp;gpio1 0 0&amp;gt;, &amp;lt;&amp;amp;gpio0 11 0&amp;gt;, &amp;lt;&amp;amp;gpio0 10 0&amp;gt;;
        };
    };&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Thank you!&lt;/div&gt;
&lt;div&gt;Pablo&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr BLE stack and SPIM signals interference</title><link>https://devzone.nordicsemi.com/thread/459283?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2023 08:01:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9c1adf2-0ba2-497d-b4e6-2031d1125c4c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;By default I think the pins you refer to are forwarded from the appcore to the netcore, ref:&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/v3.4.99-ncs1/boards/arm/nrf5340dk_nrf5340/nrf5340_cpuapp_common.dtsi#L113"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/v3.4.99-ncs1/boards/arm/nrf5340dk_nrf5340/nrf5340_cpuapp_common.dtsi#L113&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So appcore does not have control over these pins if they are forwarded.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>