<?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>GPIO configuration issues AFTER moving to NCS 1.6.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79701/gpio-configuration-issues-after-moving-to-ncs-1-6-1</link><description>The following code works perfectly fine every single time if i use NCS 1.5.1..we decided to move to 1.6.1 recently, and while we were able to get everything else working, GPIO interrupts and and IO for GPIOs that are NOT part of the device tree (but defined</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 05 Oct 2021 16:45:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79701/gpio-configuration-issues-after-moving-to-ncs-1-6-1" /><item><title>RE: GPIO configuration issues AFTER moving to NCS 1.6.1</title><link>https://devzone.nordicsemi.com/thread/332696?ContentTypeID=1</link><pubDate>Tue, 05 Oct 2021 16:45:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7394d44-a5d0-44b2-bfe7-72b8a97e534b</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Read my reply to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/80086/gpio-port-1-unable-to-read-with-mcuboot-added"&gt;this case&lt;/a&gt;. P1.00 and P1.01 is used by the network core for UART0, and that is probably the reason why it fails.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO configuration issues AFTER moving to NCS 1.6.1</title><link>https://devzone.nordicsemi.com/thread/331810?ContentTypeID=1</link><pubDate>Thu, 30 Sep 2021 01:49:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33113550-3e20-4fb8-bef1-4b10ad6738cc</guid><dc:creator>sshenoy105</dc:creator><description>&lt;p&gt;I tried editing v1.6.1\zephyr\boards\arm\nrf5340dk_nrf5340\nrf5340_cpunet_reset.c (I use secure build).. i saw the code uses the pins 0 and 1 (of port 1) so i commented the usage.. I HAVE NO IDEA what&amp;#39;s the side effect of this is (yet) but if i do this, i can get interrupts on my configured pin..&amp;nbsp;&lt;br /&gt;&lt;strong&gt;can you please consider helping me understand what might be going on given this is Nordic&amp;#39;s code ?&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Like&amp;nbsp;I&amp;nbsp; mentioned, this issue happens only if you use BLE.. if you have a simple application without BLE (and hence no netcore), life is good.. but who would need nrf5340 if that&amp;#39;s the use case :-)&lt;/p&gt;
&lt;p&gt;static void remoteproc_mgr_config(void)&lt;br /&gt;{&lt;br /&gt;/* UARTE */&lt;br /&gt;/* Assign specific GPIOs that will be used to get UARTE from&lt;br /&gt;* nRF5340 Network MCU.&lt;br /&gt;*/&lt;br /&gt;#if&lt;span&gt;&amp;nbsp;&lt;/span&gt;0 ///&lt;strong&gt;---------------------- commented these lines&lt;/strong&gt;&lt;br /&gt;CPUNET_UARTE_PORT_TRX-&amp;gt;PIN_CNF[CPUNET_UARTE_PIN_TX] =&lt;br /&gt;GPIO_PIN_CNF_MCUSEL_NetworkMCU &amp;lt;&amp;lt; GPIO_PIN_CNF_MCUSEL_Pos;&lt;br /&gt;CPUNET_UARTE_PORT_TRX-&amp;gt;PIN_CNF[CPUNET_UARTE_PIN_RX] =&lt;br /&gt;GPIO_PIN_CNF_MCUSEL_NetworkMCU &amp;lt;&amp;lt; GPIO_PIN_CNF_MCUSEL_Pos;&lt;br /&gt;NRF_P0-&amp;gt;PIN_CNF[CPUNET_UARTE_PIN_RTS] =&lt;br /&gt;GPIO_PIN_CNF_MCUSEL_NetworkMCU &amp;lt;&amp;lt; GPIO_PIN_CNF_MCUSEL_Pos;&lt;br /&gt;NRF_P0-&amp;gt;PIN_CNF[CPUNET_UARTE_PIN_CTS] =&lt;br /&gt;GPIO_PIN_CNF_MCUSEL_NetworkMCU &amp;lt;&amp;lt; GPIO_PIN_CNF_MCUSEL_Pos;&lt;br /&gt;#endif&lt;br /&gt;/* Route Bluetooth Controller Debug Pins */&lt;br /&gt;DEBUG_SETUP();&lt;/p&gt;
&lt;p&gt;/* Retain nRF5340 Network MCU in Secure domain (bus&lt;br /&gt;* accesses by Network MCU will have Secure attribute set).&lt;br /&gt;*/&lt;br /&gt;NRF_SPU-&amp;gt;EXTDOMAIN[0].PERM = 1 &amp;lt;&amp;lt; 4;&lt;br /&gt;}&lt;br /&gt;#endif /* !CONFIG_TRUSTED_EXECUTION_NONSECURE */&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO configuration issues AFTER moving to NCS 1.6.1</title><link>https://devzone.nordicsemi.com/thread/330066?ContentTypeID=1</link><pubDate>Fri, 17 Sep 2021 13:35:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67492b28-ee09-4871-b445-eb4355ae179d</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;can I have the full code, or some other sample code that can be used to reproduce the same issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>