<?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 questions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57399/nrf52832-questions</link><description>Hi I am new to NRF52832. I am using SDK 16, Multlink Central (ble_app_multilink_central). 
 Here are my questions: 
 1) The software keep resetting when I flashed the code to the device. But if I use J-Link emulator, it doesn&amp;#39;t reset, everything is fine</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Feb 2020 22:10:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57399/nrf52832-questions" /><item><title>RE: NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/233160?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 22:10:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b8e5f71-e161-481b-b982-f44bdf68fa9b</guid><dc:creator>Ibery</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Finally I solved the problems, here are what I found:&lt;/p&gt;
&lt;p&gt;1) Hardware problem - The 3.3V is not stable because the capacitor is too low (2.2uF). If connected to debugger, the&amp;nbsp;debugger has +3.3V to support the target board so it works fine. But if the debugger is removed, the 3.3V fails to start up because of the poor transient response of the capacitor so it keeps resetting. I&amp;nbsp;changed&amp;nbsp;the capacitor to 10uF tant. cap. and it works fine now.&lt;/p&gt;
&lt;p&gt;2) Modified as per your suggestion. It works fine&lt;/p&gt;
&lt;p&gt;3) Still working on it. Seems that the nRF Connect not able to connect to the central.&lt;/p&gt;
&lt;p&gt;4)&amp;nbsp;&lt;span&gt;Modified as per your suggestion. It works fine.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for your help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/232937?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 02:43:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:621a764f-3f2f-4607-9c10-0a6d65b9fc58</guid><dc:creator>Ibery</dc:creator><description>&lt;p&gt;Thanks for your reply. When I connected to the debugger, the program runs correctly. If I pull the USB cable of the debugger out, the board just keep resetting. I am check the reset and watchdog now. May be it is hardware problem.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 questions</title><link>https://devzone.nordicsemi.com/thread/232834?ContentTypeID=1</link><pubDate>Wed, 05 Feb 2020 12:46:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f253bf94-a926-4cd6-909c-a46442c01252</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1). How have you verified that the device resets when not having a debugger connected? The&amp;nbsp;ble_app_multilink_central examples process logs in&amp;nbsp;idle_state_handle(). Therefore it is expected that you do not see any logs if you do not call it. If you do not want to process logs in the&amp;nbsp;idle_state_handle(), but want to process them immediately instead, you should set&amp;nbsp;NRF_LOG_DEFERRED to 0 in the projects sdk_config.h.&lt;/p&gt;
&lt;p&gt;2)&amp;nbsp;BLE_GAP_TX_POWER_ROLE_SCAN_INIT will not affect the Tx power when advertising. For that, you must use&amp;nbsp;BLE_GAP_TX_POWER_ROLE_ADV.&lt;/p&gt;
&lt;p&gt;3) The example scans for devices with the name&amp;nbsp;&amp;quot;Nordic_Blinky&amp;quot;, and will only connect if such a device is found. If you want to filter on something else, you should modify the filter configuration in&amp;nbsp;scan_init().&lt;/p&gt;
&lt;p&gt;4) Please build a debug build (by selecting &amp;quot;Debug&amp;quot; from the build configuration dropdown if using SES, or defining DEBUG as a preprocessor symbol if usign another toolchain). Then you will get a log output specifying details about the error (filename, line number and error code).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>