<?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>UART Rx &amp;amp; Tx Signals routing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35307/uart-rx-tx-signals-routing</link><description>Hi 
 I would like to connect the nRF52810 to 2 devices via UART interface by switching the Rx and TX GPIO pins by the software in realtime. 
 Is it possible? what is the method to do that? 
 Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Jun 2018 09:24:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35307/uart-rx-tx-signals-routing" /><item><title>RE: UART Rx &amp; Tx Signals routing</title><link>https://devzone.nordicsemi.com/thread/135704?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 09:24:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce09d443-5046-41f5-bd0c-23ce0df65d83</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can find examples of using &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/uart_example.html?cp=4_0_0_4_5_47"&gt;app_uart&lt;/a&gt; and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/serial_example.html?cp=4_0_0_4_5_35"&gt;nrf_serial&lt;/a&gt; libraries in the SDK. A simple example of using the UARTE peripheral through the registers can be found on &lt;a href="https://github.com/andenore/NordicSnippets/blob/master/examples/uart/main.c"&gt;this page&lt;/a&gt;. Usage of the UART driver can be found in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/hardware_driver_uart.html?cp=4_0_0_2_0_19_1#uart_using"&gt;SDK documentation&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Rx &amp; Tx Signals routing</title><link>https://devzone.nordicsemi.com/thread/135702?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 09:12:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c131c5e-013e-4366-8df3-2edb034f04d3</guid><dc:creator>shay</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you direct me to the specific document or code describing the uart usage such :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) uart first setup function&lt;/p&gt;
&lt;p&gt;2) uart initialization fucntion&lt;/p&gt;
&lt;p&gt;3) UART Registers setup function, etc&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Rx &amp; Tx Signals routing</title><link>https://devzone.nordicsemi.com/thread/135699?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 09:06:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3560bb2-c251-4d9c-93ea-efd4f0583d04</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, this is possible. Uninitializing the old UART interface and initializing it with new pins should be sufficient. How to do this depends on how you setup the UART interface (&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52810.ps/uarte.html?cp=2_2_0_5_24_8#topic"&gt;Registers&lt;/a&gt;, &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__uarte__hal.html?cp=4_0_0_6_9_0_29_1"&gt;HAL&lt;/a&gt;, &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrfx__uarte.html?cp=4_0_0_6_9_0_29_0"&gt;driver&lt;/a&gt;, &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__app__uart.html?cp=4_0_0_6_11_57"&gt;app_uart&lt;/a&gt; library, &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/lib_serial.html?cp=4_0_0_3_39"&gt;nrf_serial&lt;/a&gt; library, &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/group__nrf__libuarte.html?cp=4_0_0_6_11_15"&gt;libuarte&lt;/a&gt; library, etc.)&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>