<?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>Low Power UART Sample on nRF9160DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103417/low-power-uart-sample-on-nrf9160dk</link><description>Hi, 
 I am trying to understand how UART works on the nRF9160DK. This sample: Low Power UART — nRF Connect SDK 2.4.99 documentation (nordicsemi.com) is apparently supposed to work on nrf9160dk_nrf9160_ns. However, reading through the source code for the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Sep 2023 13:46:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103417/low-power-uart-sample-on-nrf9160dk" /><item><title>RE: Low Power UART Sample on nRF9160DK</title><link>https://devzone.nordicsemi.com/thread/444351?ContentTypeID=1</link><pubDate>Mon, 04 Sep 2023 13:46:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23410e99-0c81-4e69-99ab-18c0e8d182d6</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;The overlay file specifies the usage of uart1 peripheral. This peripheral uses pins which are available. If this peripheral is not used for anything else (such as logging), you could use it for your communication. From the table which you linked previously, you can see that pins P0.26 - P0.29 are connected by default to VCOM0 on interface MCU. Line named NRF91_UART1 is just a collective name for set of lines and it is not related to the UART1 peripheral.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;From hardware files, you can see that P0.15 is connected to both nrf9160 and interface MCU VCOM2_RTS. You should be able to use pin P0.15 for communication if you do not have anything on VCOM2. For more information related to hardware connections, you can have a look at&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/nRF9160/Download#infotabs"&gt;nRF91-DK hardware files&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/peripheral/lpuart/README.html#low-power-uart"&gt;Low Power UART sample&lt;/a&gt;&amp;nbsp;is specified to be working for non-secure build target nrf9160dk_nrf9160_ns.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Low Power UART Sample on nRF9160DK</title><link>https://devzone.nordicsemi.com/thread/444193?ContentTypeID=1</link><pubDate>Sun, 03 Sep 2023 05:13:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:303700df-7e47-4994-88a8-b090eeb8d268</guid><dc:creator>Michael Zeng</dc:creator><description>&lt;p&gt;As a followup question, I previously got UART communication working on the nRF9160DK using P0.15 as the RX pin with uart2, with secure build. However, the &amp;quot;nRF9160 DK board control&amp;quot; page lists P0.15 as being routed to VCOM2. Therefore,&amp;nbsp;P0.15 shouldn&amp;#39;t work for hardware UART, right?&lt;/p&gt;
&lt;p&gt;Strangely, when I tried running the same code on non-secure build, the UART RX no longer worked, which is what I would have expected with the secure build too.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>