<?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>NRF9160DK-NRF52840 MCU Interface pins</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83888/nrf9160dk-nrf52840-mcu-interface-pins</link><description>Hi everyone, 
 I am a beginner developing projects with nordic boards and currently am using the NRF9160DK. I just made an application through Ble MCU (nrf52840) and I want to send some data to NRF9160DK to be able to send the data to the NRF cloud. Watching</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Feb 2022 21:12:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83888/nrf9160dk-nrf52840-mcu-interface-pins" /><item><title>RE: NRF9160DK-NRF52840 MCU Interface pins</title><link>https://devzone.nordicsemi.com/thread/352988?ContentTypeID=1</link><pubDate>Mon, 14 Feb 2022 21:12:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e45a82a2-d76f-44d5-964a-963f0288791d</guid><dc:creator>ANDRES SANDOVAL</dc:creator><description>&lt;p&gt;Hi Simon, thanks for your answer.&lt;br /&gt;&lt;br /&gt;I used the Low power UART example and as you said, I added the pins modification to the overlay, for the moment I am working on the UART by polling between the NRF9160 and NRF52840 on the development kit and also the Thingy91.&lt;br /&gt;&lt;br /&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160DK-NRF52840 MCU Interface pins</title><link>https://devzone.nordicsemi.com/thread/349092?ContentTypeID=1</link><pubDate>Sun, 23 Jan 2022 21:07:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e98e00d-738f-4048-8ce7-f3213b256747</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;If you take a look at&amp;nbsp;&lt;a title="nRF9160 DK board control" href="https://infocenter.nordicsemi.com/topic/ug_nrf91_dk/UG/nrf91_DK/board_controller.html?cp=2_0_5_3_6_0"&gt;nRF9160 DK board control&lt;/a&gt;&amp;nbsp;and the &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/eb0141519f9c278ed2c255f461b8eb82bd3566df/boards/arm/nrf9160dk_nrf9160/dts/bindings/nordic%2Cnrf9160dk-nrf52840-interface.yaml"&gt;&lt;span&gt;nordic,nrf9160dk-nrf52840-interface binding&lt;/span&gt;&lt;/a&gt;, you can see that the following GPIO pins can be connected together on the nRF9160 DK:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;| nRF9160 | | nRF52840 |&lt;br /&gt;| P0.17 | -- nRF interface line 0 -- | P0.17 |&lt;br /&gt;| P0.18 | -- nRF interface line 1 -- | P0.20 |&lt;br /&gt;| P0.19 | -- nRF interface line 2 -- | P0.15 |&lt;br /&gt;| P0.21 | -- nRF interface line 3 -- | P0.22 |&lt;br /&gt;| P0.22 | -- nRF interface line 4 -- | P1.04 |&lt;br /&gt;| P0.23 | -- nRF interface line 5 -- | P1.02 |&lt;/pre&gt;
&lt;p&gt;Check out &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/eb0141519f9c278ed2c255f461b8eb82bd3566df/boards/arm/nrf9160dk_nrf9160/dts/bindings/nordic%2Cnrf9160dk-nrf52840-interface.yaml#L27-L31"&gt;this comment&lt;/a&gt; to see how to connect these together:&lt;/p&gt;
&lt;pre&gt;To achieve this, set the status of respective &lt;br /&gt;devicetree nodes in the firmware for the &lt;br /&gt;nrf9160dk_nrf52840 board to &amp;quot;okay&amp;quot;:&lt;br /&gt;- `nrf_interface_pins_0_2_routing` to enable lines 0-2&lt;br /&gt;- `nrf_interface_pins_3_5_routing` to enable lines 3-5&lt;/pre&gt;
&lt;p&gt;It can be done by adding these to the overlay file of the nrf52840, or simply include the whole file nrf9160dk_uart1_on_if0_3.dtsi (will &lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/eb0141519f9c278ed2c255f461b8eb82bd3566df/boards/arm/nrf9160dk_nrf52840/dts/nrf9160dk_uart1_on_if0_3.dtsi#L15-L21"&gt;configure uart1 pins&lt;/a&gt; as well), like it&amp;#39;s done in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/aa65ae19b95febf8f693afe89fc0a9cc99eff4e6/samples/bluetooth/hci_lpuart/boards/nrf9160dk_nrf52840.overlay#L5"&gt;hci_lpuart/boards/nrf9160dk_nrf52840.overlay&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have not tested this myself, so please let me know if it works or not&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>