<?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 Break condition</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66385/uart-break-condition</link><description>Hello, 
 I found some some threads on similar questions but none answered mine, so here it is: 
 I try to use UART between nrf52840 and another chip. When the other chip resets the RX line goes low and I get a drive error callback. I have two questions</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Sep 2020 12:39:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66385/uart-break-condition" /><item><title>RE: UART Break condition</title><link>https://devzone.nordicsemi.com/thread/271782?ContentTypeID=1</link><pubDate>Mon, 28 Sep 2020 12:39:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d00f41-979c-4573-84ec-754383dff0ba</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;1. Yes, you can enable the pull-up on the RX input. Recommend doing doing it after nrf_serial_init() in case the pull-configuration is overriden by the driver. Eg., call&amp;nbsp; NRF_P0-&amp;gt;CNF[pin_no] |= GPIO_PIN_CNF_PULL_Msk; after serial init.&lt;/p&gt;
&lt;p&gt;2. The trick to this as I recall it is to re-initialize nrf_serial. But I see you have implemented this already. Can you try to see if you still get this problem with pull up enabled?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>