<?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 Question (Pull-up configuration)?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/81290/uart-question-pull-up-configuration</link><description>Hi, 
 We have some questions from one of our FW guys regarding the configuration of the UART pin: 
 
 I looked at the UARTE driver implementation, it configures the UART Rx line with a no-pull resistor configuration. 
 Questions: 
 
 Why does the driver</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Nov 2021 08:24:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/81290/uart-question-pull-up-configuration" /><item><title>RE: UART Question (Pull-up configuration)?</title><link>https://devzone.nordicsemi.com/thread/337407?ContentTypeID=1</link><pubDate>Thu, 04 Nov 2021 08:24:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4198f46-ce13-46d1-9e57-8f13427ebe70</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;The assumption in our examples is that it&amp;#39;s indeed connected to something. Makes sense to use a pull in your use case.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Question (Pull-up configuration)?</title><link>https://devzone.nordicsemi.com/thread/337345?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 18:30:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91524892-fe82-4998-8f5f-64266d0b28b4</guid><dc:creator>eiadj</dc:creator><description>&lt;p&gt;If there is no internal pull-up on the serial Rx line, how do you prevent communication errors (breaks and framing errors) on the Rx line when the serial port is left unconnected?&amp;nbsp; In some of our implementations, we do not know if the serial port is connected, not connected, or will be connected at some later time.&amp;nbsp; So, disabling the UART when not in use, is not a viable option.&amp;nbsp; For these situations, what do you recommend to prevent these communication errors from occurring?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Question (Pull-up configuration)?</title><link>https://devzone.nordicsemi.com/thread/337048?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 11:03:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e6a11f0-defc-4e6f-b82a-e3e9c76dc1bb</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think it&amp;#39;s normal to use a pull-up on the RX pin as it&amp;#39;s expected that this is driven by the UART instance on the other side of the serial line. You can modify the driver as you would like, setting a pull-up on the RX line should in most cases be fine but there is a couple of consequences:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You will see a higher current draw during UART activity as the current will flow from VDD through the resistor and down to GND.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;The rise/fall time might be longer, which can result in errors or unstable communication on very high frequencies. This depends on the TX drive strength of the UART instance on the other line etc.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>