<?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 restarts after enabling advertising start a couple of times</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59411/nrf52-restarts-after-enabling-advertising-start-a-couple-of-times</link><description>Hi all, 
 
 I have an nRF52 acting as Central, and it will act as beacon just when it, for example, reach a temperature above a certain point. After some time, e.g 10 calls to enable advertising my device restarts, I thought it was because it was in debug</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Mar 2020 07:09:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59411/nrf52-restarts-after-enabling-advertising-start-a-couple-of-times" /><item><title>RE: nRF52 restarts after enabling advertising start a couple of times</title><link>https://devzone.nordicsemi.com/thread/241501?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2020 07:09:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa9a63d9-9288-4f7c-8760-487bcb8ea50b</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The device restarts most likely is from the APP_ERROR_CHECK failure for the advertising start which returns with error. Most likely saying that it is busy. If this is the case, then you need to handle the busy error return more gracefully than just checking it in the APP_ERROR_CHECK which will by default restart your chip if NRF_SUCCESS is not returned.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>