<?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>NRF52 reboots constantly when I add UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25634/nrf52-reboots-constantly-when-i-add-uart</link><description>I am using the ble_app_uart example from SDK13 and something strange is happening. The code without UART part works nice and I can see in RTT that it can discover every beacon in the room and it seems it works perfectly. However, when I try to add UART</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Oct 2017 12:55:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25634/nrf52-reboots-constantly-when-i-add-uart" /><item><title>RE: NRF52 reboots constantly when I add UART</title><link>https://devzone.nordicsemi.com/thread/101012?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2017 12:55:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5bc9c729-b51c-4cd6-ab7b-33041fec3ac9</guid><dc:creator>caram5555</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Have you checked uart_event_handle(...) ?&lt;/p&gt;
&lt;p&gt;Remove case clause for APP_UART_COMMUNICATION_ERROR,
APP_UART_FIFO_ERROR&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 reboots constantly when I add UART</title><link>https://devzone.nordicsemi.com/thread/101014?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2017 09:30:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40b4b702-42b3-40fd-ad7e-32c364da0dc2</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Note that the reason why the device reboots is because you are running into the error handler(&lt;code&gt;APP_ERROR_CHECK(err_code)&lt;/code&gt;) where the default behavior is to do a reset.&lt;/p&gt;
&lt;p&gt;When the device is constantly rebooting, you should debug in order to find the reason for the reset. See &lt;a href="https://devzone.nordicsemi.com/question/60125/my-device-is-freezing-and-restarting/"&gt;this post&lt;/a&gt; about debugging.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 reboots constantly when I add UART</title><link>https://devzone.nordicsemi.com/thread/101013?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2017 09:27:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fa779c0-c6cf-44df-8b0e-83e458df7b28</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You have removed the function &lt;code&gt;db_discovery_init()&lt;/code&gt;, so when you later try to initialize the NUS Client module in &lt;code&gt;nus_c_init()&lt;/code&gt;, you get the error code &lt;code&gt;NRF_ERROR_INVALID_STATE&lt;/code&gt; because the &lt;em&gt;Database Discovery Module&lt;/em&gt; is not initialized.&amp;#39;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>