<?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>nRF51822 how many UARTS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/441/nrf51822-how-many-uarts</link><description>It sounds like the nRF51822 has 1 UART, or possibly several can be defined from GPIO. Which is it? Can I get 2?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 14 Sep 2013 11:15:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/441/nrf51822-how-many-uarts" /><item><title>RE: nRF51822 how many UARTS</title><link>https://devzone.nordicsemi.com/thread/2280?ContentTypeID=1</link><pubDate>Sat, 14 Sep 2013 11:15:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ea83bb5-480b-4cd9-bdc6-07cd0b7a8b98</guid><dc:creator>joshjack</dc:creator><description>&lt;p&gt;Any code examples, or is my app_uart_init correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 how many UARTS</title><link>https://devzone.nordicsemi.com/thread/2278?ContentTypeID=1</link><pubDate>Fri, 13 Sep 2013 05:03:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c667b09-c9ea-4d1e-ba68-8eca256ce713</guid><dc:creator>Bastiaan</dc:creator><description>&lt;p&gt;Yes, as Hung said, you can do that. All digital peripherals can be connected to any pin, so as long as you don&amp;#39;t need any of them concurrently, you can switch at will.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 how many UARTS</title><link>https://devzone.nordicsemi.com/thread/2279?ContentTypeID=1</link><pubDate>Fri, 13 Sep 2013 05:03:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bef44221-5236-40b2-a8a9-fd8b689e25f9</guid><dc:creator>Guest</dc:creator><description>&lt;p&gt;Yes, as Hung said, you can do that. All digital peripherals can be connected to any pin, so as long as you don&amp;#39;t need any of them concurrently, you can switch at will.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 how many UARTS</title><link>https://devzone.nordicsemi.com/thread/2277?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2013 22:33:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:525ed0fd-ecd7-45e0-ae76-d19198ba4f5c</guid><dc:creator>joshjack</dc:creator><description>&lt;p&gt;Looking at the nRF51822 SDK documentation if I&amp;#39;m following it correctly, I can define any GPIO pins to be a UART using the app_uart_init function.  I don&amp;#39;t need 2 concurrent UARTS, but am I right in assuming I can setup two seperate UARTS and then swap between them using this function?&lt;/p&gt;
&lt;p&gt;Anyone have a code example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 how many UARTS</title><link>https://devzone.nordicsemi.com/thread/2276?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2013 07:05:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf98363f-88f4-4b77-877a-255e6046ecec</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;The nRF51822 has only 1 UART hardware peripheral. You can do the bit banging to have more but I don&amp;#39;t think it&amp;#39;s the case here. You can refer to the nRF51 Reference Manual for more information about the nRF51822.&lt;/p&gt;
&lt;p&gt;Regarding the GPIO, the nRF51822 has the Pin Crossbar feature that you can chose and connect any GPIO pins as UART&amp;#39;s (or SPI/TWI etc) pins. And you can change these pins in runtime. Which means, if you don&amp;#39;t need 2 UARTs running concurrently, you can use 1 UART and switch between the pins to interface with 2 devices.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>