<?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>why nRF52 DK is getting restarted when rx pin is floating??</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32646/why-nrf52-dk-is-getting-restarted-when-rx-pin-is-floating</link><description>Hi, 
 My nRF52 DK is getting restarted when the RX pin is at float. 
 what could be issue? Need your support 
 Thanks in advance.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Apr 2018 13:06:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32646/why-nrf52-dk-is-getting-restarted-when-rx-pin-is-floating" /><item><title>RE: why nRF52 DK is getting restarted when rx pin is floating??</title><link>https://devzone.nordicsemi.com/thread/127439?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 13:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1386819c-966e-4d92-af4d-835fa7a2608b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;To avoid resetting the device when you get the error, you need to avoid passing the error to APP_ERROR_CHECK() in the UART event handler when you get the&amp;nbsp;APP_UART_COMMUNICATION_ERROR event.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why nRF52 DK is getting restarted when rx pin is floating??</title><link>https://devzone.nordicsemi.com/thread/127430?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 12:36:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:152294c5-f25d-4d02-914e-0e085ec59da3</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Have you tried configuring the RX GPIO in &amp;quot;input pullup&amp;quot; mode?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;nrf_gpio_cfg_input(RXD_PIN,NRF_GPIO_PIN_PULLUP);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why nRF52 DK is getting restarted when rx pin is floating??</title><link>https://devzone.nordicsemi.com/thread/127416?ContentTypeID=1</link><pubDate>Mon, 09 Apr 2018 11:45:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a843bd6-8d2e-43d8-b60e-908a63115772</guid><dc:creator>vprasath</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have checked by keeping the oscilloscope in rx pin whether the noise is there on that line ,But when i keep the oscilloscope on the RX pin the device is getting restarted??&amp;nbsp;&lt;/p&gt;
&lt;p&gt;How could i solve this problem??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why nRF52 DK is getting restarted when rx pin is floating??</title><link>https://devzone.nordicsemi.com/thread/126812?ContentTypeID=1</link><pubDate>Wed, 04 Apr 2018 10:54:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eae0a11d-b3fe-41f4-b218-b8805b11ae52</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I do not know how this module handles the input, but if it cause errors you will need to ignore the errors until the line is stable. Have you checked the line with a scope, etc., to see if there is noise on the line?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why nRF52 DK is getting restarted when rx pin is floating??</title><link>https://devzone.nordicsemi.com/thread/126574?ContentTypeID=1</link><pubDate>Tue, 03 Apr 2018 06:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ec7ee92-f42d-49fc-b5e8-23d68e3515b9</guid><dc:creator>vprasath</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m getting APP_UART_COMMUNICATION_ERROR in the uart_event_handle.&lt;/p&gt;
&lt;p&gt;How do i rectify this error??&lt;/p&gt;
&lt;p&gt;My RX pin is connected to Quectel Module,still it is getting APP_UART_COMMUNICATION_ERROR.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why nRF52 DK is getting restarted when rx pin is floating??</title><link>https://devzone.nordicsemi.com/thread/125545?ContentTypeID=1</link><pubDate>Thu, 22 Mar 2018 13:06:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d9671b4-82f5-4e6e-8d60-03c8853927f9</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Most likely&amp;nbsp;noise on the floating pin is causing errors. Please try &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/10729/my-device-is-freezing-and-restarting"&gt;debugging&lt;/a&gt; and see if you get the event&amp;nbsp;&lt;code&gt;APP_UART_COMMUNICATION_ERROR&lt;/code&gt; in&amp;nbsp;&lt;code&gt;uart_event_handle&lt;/code&gt;. The error code&amp;nbsp; is passed to&amp;nbsp;&lt;code&gt;APP_ERROR_CHECK&lt;/code&gt;, which by default will reset the chip.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>