<?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>nRF52832 UART to UART bridge</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20049/nrf52832-uart-to-uart-bridge</link><description>Hi Team, 
 I need to make an application that we receive a data from a chip through UART and need to send the data to Console through another UART. Is it possible to make in this chipset? I could see there is one UART and one UARTE. Are we able to use</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Feb 2017 15:38:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20049/nrf52832-uart-to-uart-bridge" /><item><title>RE: nRF52832 UART to UART bridge</title><link>https://devzone.nordicsemi.com/thread/78037?ContentTypeID=1</link><pubDate>Tue, 28 Feb 2017 15:38:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e995e3df-b39c-493e-b8a4-ead2352b83ef</guid><dc:creator>John</dc:creator><description>&lt;p&gt;It is possible, but you cannot use UART and UARTE at the same time. They share the same peripheral registers so one has to be disabled while the other is in use. You could use the UART peripheral for both interfaces and switch between the two uses as needed. There are instructions in section 15.2 of the nRF52832 PS for switching between peripherals that share the same ID. You could do the same to switch between instances of UART usages and get the same result.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>