<?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 TX pin not pulling</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36160/uart-tx-pin-not-pulling</link><description>I was using for some time my code with FTDI USB converter to UART. 
 Recently I got built new boards, all with IC top marking N52832 QFABB0 1717AQ 
 and whilst any other board with earlier versions of nRF52832 does work with UART, 
 these new boards cannot</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Jul 2018 09:27:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36160/uart-tx-pin-not-pulling" /><item><title>RE: UART TX pin not pulling</title><link>https://devzone.nordicsemi.com/thread/140949?ContentTypeID=1</link><pubDate>Mon, 23 Jul 2018 09:27:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2708df27-e69a-4abc-9930-7030f0e7eecf</guid><dc:creator>tomkawal</dc:creator><description>&lt;p&gt;Solved. Thanks for suggestions.&amp;nbsp; Some of the&amp;nbsp;signals I measured before were crosstalk from Rx line.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Somehow 1Meg external pullup did the job.&lt;br /&gt;Regarding back-driving: I was thinking that with IC current consumption&amp;nbsp;of several mA in&amp;nbsp;my case, &lt;br /&gt;the 25uA of FTDI pullup to 5V0&amp;nbsp;should be&amp;nbsp;negligible.&lt;br /&gt;Anyways,&amp;nbsp;I connected 1Meg resistor to 3.1Vdd&amp;nbsp;and with GPIO_PIN_CNF_DRIVE_H0D1 &lt;br /&gt;and now&amp;nbsp;the UART Tx&amp;nbsp;works with full swing from 0V to Vdd.&amp;nbsp;&lt;br /&gt;I will update the post if there&amp;#39;s anything specific with the pin choice (tested with port pin 9)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART TX pin not pulling</title><link>https://devzone.nordicsemi.com/thread/139290?ContentTypeID=1</link><pubDate>Fri, 06 Jul 2018 14:55:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76c5514a-ed4b-4b3d-8535-8be5f2ea4e72</guid><dc:creator>tomkawal</dc:creator><description>&lt;p&gt;Thanks for your prompt reply! I will work on it in 2 weeks time, after my summer break!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART TX pin not pulling</title><link>https://devzone.nordicsemi.com/thread/139287?ContentTypeID=1</link><pubDate>Fri, 06 Jul 2018 14:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9fc254b-5cfe-40e0-8627-fd128fc38019</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;That looks suspiciously like a missing Gnd connection between FTDI and nRF52832, maybe worth double-checking that. The supply voltage indicated - close to 4.0 volts - is too high for the nRF52832 Vdd as the io pin will back-drive the entire nRF52832 if the latter&amp;#39;s Vdd is lower (say 3,3 volts). Absolute max on any pin is 3.9 volts, recommend max 3.6 volts. However if Gnd and Vdd are indeed correct then try increasing the low drive:&lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_GPIO_PIN_H0D1,
ie:
GPIO_PIN_CNF_DRIVE_H0D1, ///&amp;lt; !&amp;lt; High-drive &amp;#39;0&amp;#39;, disconnect &amp;#39;1&amp;#39;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>