<?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 is not broadcasting</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43599/nrf52832-is-not-broadcasting</link><description>Hi, 
 
 I&amp;#39;m working on this module. ( https://fccid.io/2ALGYNRF52832AA/User-Manual/15-NRF52832AA-UserMan-r1-3763863 ) This module has 1 cyristal bu nrf52 dk has 2 cyristal. Should i change something on software?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 13 Feb 2019 09:02:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43599/nrf52832-is-not-broadcasting" /><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170787?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 09:02:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77316f7a-fb43-40ec-b8ab-4ea9d8eb4074</guid><dc:creator>bariserbay</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/IMG_5F00_4433.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s working now!&lt;br /&gt;Thanks a lot.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170771?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 08:10:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b39688e8-77cd-4a4d-8690-47e8056e84f8</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You will need to flash the SoftDevice. If you are using nRFGoStudio, go to the &amp;quot;Program SoftDevice&amp;quot; tab, and find the S132 SoftDevice in&amp;nbsp;&lt;span&gt;SDK_15_2_folder\components\softdevice\s132\hex , and flash it. After you have done that, it should look like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1550045388455v2.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you check the IROM/IRAM settings for your project, it should look like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1550045293808v1.png" alt=" " /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Your&amp;nbsp;sdk_config.h is not 100% correct, you need to have this also:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define NRF_SDH_CLOCK_LF_RC_CTIV 16&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define NRF_SDH_CLOCK_LF_ACCURACY 1&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170759?ContentTypeID=1</link><pubDate>Wed, 13 Feb 2019 07:26:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6848e44-ae77-4700-89da-4a7485f9ef4c</guid><dc:creator>bariserbay</dc:creator><description>&lt;p&gt;I fixed the problem. If i click the erase all button on NrfGo Studio i can upload the code successfully. Here is screenshots.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/5736.nrfgo.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/nrfgoclear.png" /&gt;&lt;/p&gt;
&lt;p&gt;After this when i press the download button on keil program has uploaded successfully.&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7774.keil.png" /&gt;&lt;/p&gt;
&lt;p&gt;Programming Done.&lt;br /&gt;Verify OK.&lt;br /&gt;* JLink Info: Reset: Halt core after reset via DEMCR.VC_CORERESET.&lt;br /&gt;* JLink Info: Reset: Reset device via AIRCR.SYSRESETREQ.&lt;br /&gt;Application running ...&lt;br /&gt;Flash Load finished at 10:17:44&lt;/p&gt;
&lt;p&gt;But i still cant broadcasting. Here is my sdk_config.h clock configs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;h&amp;gt; Clock - SoftDevice clock configuration

//==========================================================
// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_SRC  - SoftDevice clock source.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_SRC_RC 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_SRC_XTAL 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_SRC_SYNTH 

#ifndef NRF_SDH_CLOCK_LF_SRC
#define NRF_SDH_CLOCK_LF_SRC 0
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_CTIV - SoftDevice calibration timer interval. 
#ifndef NRF_SDH_CLOCK_LF_RC_CTIV
#define NRF_SDH_CLOCK_LF_RC_CTIV 0
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_TEMP_CTIV - SoftDevice calibration timer interval under constant temperature. 
// &amp;lt;i&amp;gt; How often (in number of calibration intervals) the RC oscillator shall be calibrated
// &amp;lt;i&amp;gt;  if the temperature has not changed.

#ifndef NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 0
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_ACCURACY  - External clock accuracy used in the LL to compute timing.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_ACCURACY_250_PPM 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_ACCURACY_500_PPM 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_ACCURACY_150_PPM 
// &amp;lt;3=&amp;gt; NRF_CLOCK_LF_ACCURACY_100_PPM 
// &amp;lt;4=&amp;gt; NRF_CLOCK_LF_ACCURACY_75_PPM 
// &amp;lt;5=&amp;gt; NRF_CLOCK_LF_ACCURACY_50_PPM 
// &amp;lt;6=&amp;gt; NRF_CLOCK_LF_ACCURACY_30_PPM 
// &amp;lt;7=&amp;gt; NRF_CLOCK_LF_ACCURACY_20_PPM 
// &amp;lt;8=&amp;gt; NRF_CLOCK_LF_ACCURACY_10_PPM 
// &amp;lt;9=&amp;gt; NRF_CLOCK_LF_ACCURACY_5_PPM 
// &amp;lt;10=&amp;gt; NRF_CLOCK_LF_ACCURACY_2_PPM 
// &amp;lt;11=&amp;gt; NRF_CLOCK_LF_ACCURACY_1_PPM 

#ifndef NRF_SDH_CLOCK_LF_ACCURACY
#define NRF_SDH_CLOCK_LF_ACCURACY 7
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What should i do?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170648?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 13:52:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dbcb6e0-a09a-47c3-bf9d-b1fdb45c0b6e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Try to erase the flash, flash the S112 or S132 SoftDevice(depending on what project you use), and then try flash the application from Keil again.&lt;/p&gt;
&lt;p&gt;Use &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop"&gt;nRF Connect for Desktop&lt;/a&gt; and the Programmer app, or nrfjprog command line directly to flash the chip.&lt;/p&gt;
&lt;p&gt;PS: For nRF52832 I would recommend that you use the S132 SoftDevice instead. For ble_app_uart that would be the Keil project in&amp;nbsp;SDK_15_2_folder\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs&lt;/p&gt;
&lt;p&gt;The S132 can be found in the folder&amp;nbsp;SDK_15_2_folder\components\softdevice\s132\hex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170646?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 13:44:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54c92b06-8dd1-4f2e-a209-5c2f304280a4</guid><dc:creator>bariserbay</dc:creator><description>&lt;p&gt;*** Using Compiler &amp;#39;V5.06 update 6 (build 750)&amp;#39;, folder: &amp;#39;C:\Keil_v5\ARM\ARMCC\Bin&amp;#39;&lt;br /&gt;Build target &amp;#39;nrf52832_xxaa&amp;#39;&lt;br /&gt;compiling utf.c...&lt;br /&gt;compiling bsp.c...&lt;br /&gt;compiling boards.c...&lt;br /&gt;compiling ble_advdata.c...&lt;br /&gt;compiling ble_advertising.c...&lt;br /&gt;compiling ble_conn_params.c...&lt;br /&gt;compiling bsp_btn_ble.c...&lt;br /&gt;compiling main.c...&lt;br /&gt;compiling ble_srv_common.c...&lt;br /&gt;compiling ble_nus.c...&lt;br /&gt;compiling ble_link_ctx_manager.c...&lt;br /&gt;compiling nrf_ble_gatt.c...&lt;br /&gt;compiling ble_conn_state.c...&lt;br /&gt;compiling nrf_ble_qwr.c...&lt;br /&gt;compiling nrf_drv_clock.c...&lt;br /&gt;compiling nrfx_power_clock.c...&lt;br /&gt;compiling nrfx_prs.c...&lt;br /&gt;compiling nrf_drv_uart.c...&lt;br /&gt;compiling nrfx_clock.c...&lt;br /&gt;compiling nrfx_uarte.c...&lt;br /&gt;compiling nrfx_gpiote.c...&lt;br /&gt;compiling nrfx_uart.c...&lt;br /&gt;compiling app_error.c...&lt;br /&gt;compiling app_fifo.c...&lt;br /&gt;compiling app_error_handler_keil.c...&lt;br /&gt;compiling app_scheduler.c...&lt;br /&gt;compiling app_error_weak.c...&lt;br /&gt;compiling app_button.c...&lt;br /&gt;compiling app_timer.c...&lt;br /&gt;compiling app_util_platform.c...&lt;br /&gt;compiling hardfault_implementation.c...&lt;br /&gt;compiling nrf_assert.c...&lt;br /&gt;compiling app_uart_fifo.c...&lt;br /&gt;compiling nrf_atfifo.c...&lt;br /&gt;compiling nrf_atomic.c...&lt;br /&gt;compiling nrf_atflags.c...&lt;br /&gt;compiling nrf_balloc.c...&lt;br /&gt;compiling nrf_fprintf.c...&lt;br /&gt;compiling nrf_fprintf_format.c...&lt;br /&gt;compiling nrf_memobj.c...&lt;br /&gt;compiling nrf_strerror.c...&lt;br /&gt;compiling nrf_section_iter.c...&lt;br /&gt;compiling nrf_ringbuf.c...&lt;br /&gt;compiling retarget.c...&lt;br /&gt;compiling nrf_log_backend_rtt.c...&lt;br /&gt;compiling nrf_pwr_mgmt.c...&lt;br /&gt;compiling SEGGER_RTT_Syscalls_KEIL.c...&lt;br /&gt;compiling nrf_log_backend_serial.c...&lt;br /&gt;compiling nrf_log_default_backends.c...&lt;br /&gt;compiling nrf_log_str_formatter.c...&lt;br /&gt;compiling SEGGER_RTT.c...&lt;br /&gt;compiling nrf_log_frontend.c...&lt;br /&gt;assembling arm_startup_nrf52.s...&lt;br /&gt;compiling SEGGER_RTT_printf.c...&lt;br /&gt;compiling nrf_sdh_soc.c...&lt;br /&gt;compiling system_nrf52.c...&lt;br /&gt;compiling nrf_sdh.c...&lt;br /&gt;compiling nrf_sdh_ble.c...&lt;br /&gt;linking...&lt;br /&gt;Program Size: Code=23284 RO-data=3384 RW-data=304 ZI-data=5992 &lt;br /&gt;FromELF: creating hex file...&lt;br /&gt;&amp;quot;.\_build\nrf52832_xxaa.axf&amp;quot; - 0 Error(s), 0 Warning(s).&lt;br /&gt;Build Time Elapsed: 00:00:24&lt;br /&gt;Set JLink Project File to &amp;quot;C:\Users\acer\Desktop\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart\pca10040\s112\arm5_no_packs\JLinkSettings.ini&amp;quot;&lt;br /&gt;* JLink Info: Device &amp;quot;NRF52832_XXAA&amp;quot; selected.&lt;br /&gt; &lt;br /&gt;JLink info:&lt;br /&gt;------------&lt;br /&gt;DLL: V6.32i, compiled Jul 24 2018 15:19:55&lt;br /&gt;Firmware: J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04&lt;br /&gt;Hardware: V7.00&lt;br /&gt;S/N : 20090928 &lt;br /&gt;Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull &lt;br /&gt; &lt;br /&gt;* JLink Info: Found SW-DP with ID 0x2BA01477&lt;br /&gt;* JLink Info: Found SW-DP with ID 0x2BA01477&lt;br /&gt;* JLink Info: Scanning AP map to find all available APs&lt;br /&gt;* JLink Info: AP[2]: Stopped AP scan as end of AP map has been reached&lt;br /&gt;* JLink Info: AP[0]: AHB-AP (IDR: 0x24770011)&lt;br /&gt;* JLink Info: AP[1]: JTAG-AP (IDR: 0x02880000)&lt;br /&gt;* JLink Info: Iterating through AP map to find AHB-AP to use&lt;br /&gt;* JLink Info: AP[0]: Core found&lt;br /&gt;* JLink Info: AP[0]: AHB-AP ROM base: 0xE00FF000&lt;br /&gt;* JLink Info: CPUID register: 0x410FC241. Implementer code: 0x41 (ARM)&lt;br /&gt;* JLink Info: Found Cortex-M4 r0p1, Little endian.&lt;br /&gt;* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots&lt;br /&gt;* JLink Info: CoreSight components:&lt;br /&gt;* JLink Info: ROMTbl[0] @ E00FF000&lt;br /&gt;* JLink Info: ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 000BB00C SCS-M7&lt;br /&gt;* JLink Info: ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 003BB002 DWT&lt;br /&gt;* JLink Info: ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 002BB003 FPB&lt;br /&gt;* JLink Info: ROMTbl[0][3]: E0000000, CID: B105E00D, PID: 003BB001 ITM&lt;br /&gt;* JLink Info: ROMTbl[0][4]: E0040000, CID: B105900D, PID: 000BB9A1 TPIU&lt;br /&gt;* JLink Info: ROMTbl[0][5]: E0041000, CID: B105900D, PID: 000BB925 ETM&lt;br /&gt;ROMTableAddr = 0xE00FF000&lt;br /&gt;* JLink Info: Reset: Halt core after reset via DEMCR.VC_CORERESET.&lt;br /&gt;* JLink Info: Reset: Reset device via AIRCR.SYSRESETREQ.&lt;br /&gt; &lt;br /&gt;Target info:&lt;br /&gt;------------&lt;br /&gt;Device: nRF52832_xxAA&lt;br /&gt;VTarget = 3.300V&lt;br /&gt;State of Pins: &lt;br /&gt;TCK: 0, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1&lt;br /&gt;Hardware-Breakpoints: 6&lt;br /&gt;Software-Breakpoints: 8192&lt;br /&gt;Watchpoints: 4&lt;br /&gt;JTAG speed: 4000 kHz&lt;br /&gt; &lt;br /&gt;Full Chip Erase Done.&lt;br /&gt;Flash Erase finished 16:43:12&lt;br /&gt;Load &amp;quot;C:\\Users\\acer\\Desktop\\nRF5_SDK_15.2.0_9412b96\\examples\\ble_peripheral\\ble_app_uart\\pca10040\\s112\\arm5_no_packs\\_build\\nrf52832_xxaa.axf&amp;quot; &lt;br /&gt;Set JLink Project File to &amp;quot;C:\Users\acer\Desktop\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_uart\pca10040\s112\arm5_no_packs\JLinkSettings.ini&amp;quot;&lt;br /&gt;* JLink Info: Device &amp;quot;NRF52832_XXAA&amp;quot; selected.&lt;br /&gt; &lt;br /&gt;JLink info:&lt;br /&gt;------------&lt;br /&gt;DLL: V6.32i, compiled Jul 24 2018 15:19:55&lt;br /&gt;Firmware: J-Link ARM-OB STM32 compiled Aug 22 2012 19:52:04&lt;br /&gt;Hardware: V7.00&lt;br /&gt;S/N : 20090928 &lt;br /&gt;Feature(s) : RDI,FlashDL,FlashBP,JFlash,GDBFull &lt;br /&gt; &lt;br /&gt;* JLink Info: Found SW-DP with ID 0x2BA01477&lt;br /&gt;* JLink Info: Found SW-DP with ID 0x2BA01477&lt;br /&gt;* JLink Info: Scanning AP map to find all available APs&lt;br /&gt;* JLink Info: AP[2]: Stopped AP scan as end of AP map has been reached&lt;br /&gt;* JLink Info: AP[0]: AHB-AP (IDR: 0x24770011)&lt;br /&gt;* JLink Info: AP[1]: JTAG-AP (IDR: 0x02880000)&lt;br /&gt;* JLink Info: Iterating through AP map to find AHB-AP to use&lt;br /&gt;* JLink Info: AP[0]: Core found&lt;br /&gt;* JLink Info: AP[0]: AHB-AP ROM base: 0xE00FF000&lt;br /&gt;* JLink Info: CPUID register: 0x410FC241. Implementer code: 0x41 (ARM)&lt;br /&gt;* JLink Info: Found Cortex-M4 r0p1, Little endian.&lt;br /&gt;* JLink Info: FPUnit: 6 code (BP) slots and 2 literal slots&lt;br /&gt;* JLink Info: CoreSight components:&lt;br /&gt;* JLink Info: ROMTbl[0] @ E00FF000&lt;br /&gt;* JLink Info: ROMTbl[0][0]: E000E000, CID: B105E00D, PID: 000BB00C SCS-M7&lt;br /&gt;* JLink Info: ROMTbl[0][1]: E0001000, CID: B105E00D, PID: 003BB002 DWT&lt;br /&gt;* JLink Info: ROMTbl[0][2]: E0002000, CID: B105E00D, PID: 002BB003 FPB&lt;br /&gt;* JLink Info: ROMTbl[0][3]: E0000000, CID: B105E00D, PID: 003BB001 ITM&lt;br /&gt;* JLink Info: ROMTbl[0][4]: E0040000, CID: B105900D, PID: 000BB9A1 TPIU&lt;br /&gt;* JLink Info: ROMTbl[0][5]: E0041000, CID: B105900D, PID: 000BB925 ETM&lt;br /&gt;ROMTableAddr = 0xE00FF000&lt;br /&gt;* JLink Info: Reset: Halt core after reset via DEMCR.VC_CORERESET.&lt;br /&gt;* JLink Info: Reset: Reset device via AIRCR.SYSRESETREQ.&lt;br /&gt; &lt;br /&gt;Target info:&lt;br /&gt;------------&lt;br /&gt;Device: nRF52832_xxAA&lt;br /&gt;VTarget = 3.300V&lt;br /&gt;State of Pins: &lt;br /&gt;TCK: 0, TDI: 0, TDO: 1, TMS: 0, TRES: 1, TRST: 1&lt;br /&gt;Hardware-Breakpoints: 6&lt;br /&gt;Software-Breakpoints: 8192&lt;br /&gt;Watchpoints: 4&lt;br /&gt;JTAG speed: 4000 kHz&lt;br /&gt; &lt;br /&gt;Erase Failed!&lt;br /&gt;Error: Flash Download failed - &amp;quot;Cortex-M4&amp;quot;&lt;br /&gt;Flash Load finished at 16:43:18&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170626?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 12:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc75459e-1567-43a1-bcdc-881c6361c349</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Could you post the whole Build Output?&lt;/p&gt;
&lt;p&gt;Right click in the Build Output -&amp;gt; &amp;#39;Select All&amp;#39;, right click again and click &amp;#39;Copy to Clipboard&amp;#39;. Then post it here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170573?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 10:27:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4eef829c-1ca6-4b59-836d-a8916f5390d2</guid><dc:creator>bariserbay</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1549967215306v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;When i change the codes like you shared. I see this error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170572?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 10:27:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94f2fb7e-1d08-4e6b-ad12-713c23aac21b</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;You should use&amp;nbsp;&lt;span&gt;NRF_CLOCK_LF_SRC_RC, i.e. you should set NRF_SDH_CLOCK_LF_SRC to 0. So in the snippet you can see that we have &amp;quot;#define NRF_SDH_CLOCK_LF_SRC 0&amp;quot;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170569?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 10:24:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff9021de-d4bc-4940-bf70-7f92fb1ba68e</guid><dc:creator>bariserbay</dc:creator><description>&lt;p&gt;// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_SRC_RC &lt;br /&gt;// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_SRC_XTAL &lt;br /&gt;// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_SRC_SYNTH&lt;/p&gt;
&lt;p&gt;Witch one i should use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 is not broadcasting</title><link>https://devzone.nordicsemi.com/thread/170552?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 09:38:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97c0ed80-ca13-4c59-9e57-f3d7e8ad9c2f</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote userid="55906" url="~/f/nordic-q-a/43599/nrf52832-is-not-broadcasting"]This module has 1 cyristal bu nrf52 dk has 2 cyristal. Should i change something on software?[/quote]
&lt;p&gt;Yes, by default the BLE examples in the SDK are configured to use external&amp;nbsp;low frequency (&lt;span&gt;32.768 kHz&lt;/span&gt;) crystal oscillator for the&amp;nbsp;SoftDevice clock source. You will need to switch to using the internal&amp;nbsp;RC oscillator instead.&lt;/p&gt;
&lt;p&gt;In sdk_config.h, you should use the following configuration:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;/h&amp;gt; 
//==========================================================

// &amp;lt;h&amp;gt; Clock - SoftDevice clock configuration

//==========================================================
// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_SRC  - SoftDevice clock source.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_SRC_RC 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_SRC_XTAL 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_SRC_SYNTH 

#ifndef NRF_SDH_CLOCK_LF_SRC
#define NRF_SDH_CLOCK_LF_SRC 0
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_CTIV - SoftDevice calibration timer interval. 
#ifndef NRF_SDH_CLOCK_LF_RC_CTIV
#define NRF_SDH_CLOCK_LF_RC_CTIV 16
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_RC_TEMP_CTIV - SoftDevice calibration timer interval under constant temperature. 
// &amp;lt;i&amp;gt; How often (in number of calibration intervals) the RC oscillator shall be calibrated
// &amp;lt;i&amp;gt;  if the temperature has not changed.

#ifndef NRF_SDH_CLOCK_LF_RC_TEMP_CTIV
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 2
#endif

// &amp;lt;o&amp;gt; NRF_SDH_CLOCK_LF_ACCURACY  - External clock accuracy used in the LL to compute timing.
 
// &amp;lt;0=&amp;gt; NRF_CLOCK_LF_ACCURACY_250_PPM 
// &amp;lt;1=&amp;gt; NRF_CLOCK_LF_ACCURACY_500_PPM 
// &amp;lt;2=&amp;gt; NRF_CLOCK_LF_ACCURACY_150_PPM 
// &amp;lt;3=&amp;gt; NRF_CLOCK_LF_ACCURACY_100_PPM 
// &amp;lt;4=&amp;gt; NRF_CLOCK_LF_ACCURACY_75_PPM 
// &amp;lt;5=&amp;gt; NRF_CLOCK_LF_ACCURACY_50_PPM 
// &amp;lt;6=&amp;gt; NRF_CLOCK_LF_ACCURACY_30_PPM 
// &amp;lt;7=&amp;gt; NRF_CLOCK_LF_ACCURACY_20_PPM 
// &amp;lt;8=&amp;gt; NRF_CLOCK_LF_ACCURACY_10_PPM 
// &amp;lt;9=&amp;gt; NRF_CLOCK_LF_ACCURACY_5_PPM 
// &amp;lt;10=&amp;gt; NRF_CLOCK_LF_ACCURACY_2_PPM 
// &amp;lt;11=&amp;gt; NRF_CLOCK_LF_ACCURACY_1_PPM 

#ifndef NRF_SDH_CLOCK_LF_ACCURACY
#define NRF_SDH_CLOCK_LF_ACCURACY 1
#endif&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>