<?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>Using GPIO pins for UART on the nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1127/using-gpio-pins-for-uart-on-the-nrf51822</link><description>There are other posts here that suggest this is possible and mention &amp;quot;pin crossbar&amp;quot;, although they don&amp;#39;t explain what that is. 
 I need to talk to two UART peripherals concurrently from one nRF51822. How do I add a second UART using GPIO pins?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 07 Jan 2017 18:09:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1127/using-gpio-pins-for-uart-on-the-nrf51822" /><item><title>RE: Using GPIO pins for UART on the nRF51822</title><link>https://devzone.nordicsemi.com/thread/5261?ContentTypeID=1</link><pubDate>Sat, 07 Jan 2017 18:09:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f73f95d-841c-45b1-b33e-5365111594d7</guid><dc:creator>paul_tanner</dc:creator><description>&lt;p&gt;This is very useful.  Does anyone have a code example to illustrate setting these pin assignments?
Hopefully reset will restore the defaults to that program loading is not affected. True?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using GPIO pins for UART on the nRF51822</title><link>https://devzone.nordicsemi.com/thread/5260?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2013 18:35:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:742c9d70-6d8f-44c6-a481-5b8b1522e70a</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Eliot&lt;/p&gt;
&lt;p&gt;What the pin crossbar does is allow you to decide exactly which GPIO&amp;#39;s should be used for the TXD, RXD, CTS and RTS signals from the UART. This is controlled through the PSELTXD, PSELRXD, PSELRTS and PSELRTS registers in the UART, and you can set them anyway you like (as long as you don&amp;#39;t set any of them to the same pin).&lt;/p&gt;
&lt;p&gt;It is not possible to use the pin crossbar to run two UART&amp;#39;s at the same time, but you can change this dynamically so that you can simulate two UART&amp;#39;s by switching from one set of pins to another.&lt;/p&gt;
&lt;p&gt;This will allow you to talk to two UART peripherals non-concurrently.&lt;/p&gt;
&lt;p&gt;Best regards
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>