<?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>nRF52832 after few minute of power up MCU reset itself. (reset reason:0x10000)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40728/nrf52832-after-few-minute-of-power-up-mcu-reset-itself-reset-reason-0x10000</link><description>Hello, 
 
 I have a trouble handling new chip nRF52832 I recently changed. 
 what I previously used is nRF51822, and there wasn&amp;#39;t that kind of problem. 
 I&amp;#39;m using my custom board, Softdevice version is nRF52_6.1.0. 
 
 for the test, I compiled and uploaded</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Nov 2018 09:28:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40728/nrf52832-after-few-minute-of-power-up-mcu-reset-itself-reset-reason-0x10000" /><item><title>RE: nRF52832 after few minute of power up MCU reset itself. (reset reason:0x10000)</title><link>https://devzone.nordicsemi.com/thread/158345?ContentTypeID=1</link><pubDate>Wed, 21 Nov 2018 09:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dd7596f-9c43-41af-b3db-3fd63a3ad573</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Daehyeon Kim&lt;/p&gt;
&lt;p&gt;the ble_app_uart example will call the following function&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static void sleep_mode_enter(void)
{
    uint32_t err_code = bsp_indication_set(BSP_INDICATE_IDLE);
    APP_ERROR_CHECK(err_code);

    // Prepare wakeup buttons.
    err_code = bsp_btn_ble_sleep_mode_prepare();
    APP_ERROR_CHECK(err_code);

    // Go to system-off mode (this function will not return; wakeup will cause a reset).
    err_code = sd_power_system_off();
    APP_ERROR_CHECK(err_code);
}&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;when the nRF52832 has been advertising for 180 seconds(i.e. no connection has been made within 180 seconds) or if Button 1 is pressed when the device is advertising. The&amp;nbsp;sleep_mode_enter() configures Button 1 as a wakeup button and then put the nRF52832 in &lt;a title="System OFF mode" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=2_1_0_17_1#unique_1707892264"&gt;System OFF mode&lt;/a&gt;. In order to wake up the chip from this mode, the user must push Button 1 to generate the Detect signal, which in turn wakes up the chip. A wakeup from System OFF will reset the chip, see&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html#unique_832471788"&gt;Reset behavior&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>