<?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>Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/88835/programming-external-device-wilth-peripheral-uart-nrf-connect-sdk</link><description>I am programming an external device with the same code loaded onto the nRF5 DK. The sample works on the DK, It broadcasts and I can connect. However, when I program an external device, the programming (via jtag P20) seemingly is successful, however, the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Jun 2022 11:24:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/88835/programming-external-device-wilth-peripheral-uart-nrf-connect-sdk" /><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/372115?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 11:24:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df0f1331-9e79-46ff-b8e1-bdb15e9b4a40</guid><dc:creator>AntMAN</dc:creator><description>&lt;p&gt;The solution... use nrf5 SDK instead&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/372113?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 11:23:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faf9931f-2121-4347-a702-153d3cdaaf45</guid><dc:creator>AntMAN</dc:creator><description>&lt;p&gt;OK, thanks for clarifying. I will stick with the nrf5 sdk solution. Just need to trasnfer project to nrf52810. Thanks for you quick responses. Unfortunately, there seems to be some issue with the &amp;#39;connect SDK&amp;#39; setup for BL652.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/372101?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 11:00:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25aa24da-c24e-4f3e-97ea-acd128bbb3c8</guid><dc:creator>Sigurd</dc:creator><description>[quote user="AntMAN"]It was my (lack of) understanding that the Connect SDK did not require programming the soft device... is this correct?[/quote]
&lt;p&gt;Correct. In the nRF5-SDK the SoftDevice .hex need to be flashed together&amp;nbsp;with&amp;nbsp;your&amp;nbsp;application.hex&lt;/p&gt;
&lt;p&gt;In nRF Connect SDK, it&amp;#39;s all linked into a single .hex file&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/372081?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 10:15:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e1afe81-457e-4e28-9cdf-d5a3205ed349</guid><dc:creator>AntMAN</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;so, I have followed a tutorial for programming using nfr5SDK, this involves programming the softdevice in addition to the example code. This worked! Lovely. It was my (lack of) understanding that the Connect SDK did not require programming the soft device... is this correct? Or was this the step I was missing?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/372056?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 09:09:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74eff8ec-e6fd-466b-a6f1-fc3d10c00cd2</guid><dc:creator>Sigurd</dc:creator><description>[quote user="AntMAN"] However, I cannot find the options to modify the connect SDK, I&amp;#39;m looking in Kconfig, I assume this is correct? The settings are as follows:[/quote]
&lt;p&gt;For nRF Connect SDK you need to set&amp;nbsp;&lt;/p&gt;
&lt;p&gt;# 32kHz clock source&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;br /&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y&lt;/p&gt;
&lt;p&gt;If you build for board&amp;nbsp;bl652_dvk, this will already be set for you.&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/main/boards/arm/bl652_dvk/bl652_dvk_defconfig#L27"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/main/boards/arm/bl652_dvk/bl652_dvk_defconfig#L27&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="AntMAN"]As for the settings you have mentioned, I have looked at the kconfig - and they already seem to be setup correctly for the corresponding board.[/quote]
&lt;p&gt;Yes, I agree.&lt;/p&gt;
[quote user="AntMAN"]If I run the debug,[/quote]
&lt;p&gt;Have you tired debugging using the Ozone? Do you get the same errors there?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/372052?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 08:59:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b98d95bf-46ad-47ca-8ed5-89e2c8b2d9d4</guid><dc:creator>AntMAN</dc:creator><description>&lt;p&gt;Laird provide a jtag programming application note for use with the DVK. However it uses nrf5 SDK, and shows a change required to the s132 soft device. This is similar to what you previously stated. However, I cannot find the options to modify the connect SDK, I&amp;#39;m looking in Kconfig, I assume this is correct? The settings are as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_clock_lf_cfg_t const clock_lf_cfg = 
{
    .source         =   0;
    .rc_ctiv        =   16,
    .rc_temp_ctiv   =   2,
    .accuracy       = NRF_SDH_CLOCK_LF_XTAL_ACCUARCY
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I have been assuming these settings to be correct, but would like to check.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/372036?ContentTypeID=1</link><pubDate>Mon, 13 Jun 2022 08:19:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07e311d4-657a-4903-ac0d-3d8c234e998f</guid><dc:creator>AntMAN</dc:creator><description>&lt;p&gt;If I run the debug, i do get warning messages, but... these are exactly the same as what I see when I run the program on the nRF52DK. The only difference is it doesnt want to run. Everything seems to be set up correclty (as far as I can tell),&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The program displays &amp;#39;problems&amp;#39;upon build:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 124,
	&amp;quot;startColumn&amp;quot;: 4,
	&amp;quot;endLineNumber&amp;quot;: 124,
	&amp;quot;endColumn&amp;quot;: 11
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 154,
	&amp;quot;startColumn&amp;quot;: 4,
	&amp;quot;endLineNumber&amp;quot;: 154,
	&amp;quot;endColumn&amp;quot;: 11
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 171,
	&amp;quot;startColumn&amp;quot;: 4,
	&amp;quot;endLineNumber&amp;quot;: 171,
	&amp;quot;endColumn&amp;quot;: 11
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 217,
	&amp;quot;startColumn&amp;quot;: 3,
	&amp;quot;endLineNumber&amp;quot;: 217,
	&amp;quot;endColumn&amp;quot;: 10
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 247,
	&amp;quot;startColumn&amp;quot;: 4,
	&amp;quot;endLineNumber&amp;quot;: 247,
	&amp;quot;endColumn&amp;quot;: 11
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 270,
	&amp;quot;startColumn&amp;quot;: 3,
	&amp;quot;endLineNumber&amp;quot;: 270,
	&amp;quot;endColumn&amp;quot;: 10
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 275,
	&amp;quot;startColumn&amp;quot;: 3,
	&amp;quot;endLineNumber&amp;quot;: 275,
	&amp;quot;endColumn&amp;quot;: 10
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 286,
	&amp;quot;startColumn&amp;quot;: 3,
	&amp;quot;endLineNumber&amp;quot;: 286,
	&amp;quot;endColumn&amp;quot;: 10
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 405,
	&amp;quot;startColumn&amp;quot;: 2,
	&amp;quot;endLineNumber&amp;quot;: 405,
	&amp;quot;endColumn&amp;quot;: 9
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 469,
	&amp;quot;startColumn&amp;quot;: 4,
	&amp;quot;endLineNumber&amp;quot;: 469,
	&amp;quot;endColumn&amp;quot;: 11
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 594,
	&amp;quot;startColumn&amp;quot;: 2,
	&amp;quot;endLineNumber&amp;quot;: 594,
	&amp;quot;endColumn&amp;quot;: 9
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/nordic/myapps/peripheral_uart/src/main.c&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;code&amp;quot;: &amp;quot;54&amp;quot;,
	&amp;quot;severity&amp;quot;: 8,
	&amp;quot;message&amp;quot;: &amp;quot;too few arguments in invocation of macro \&amp;quot;Z_FOR_LOOP_1\&amp;quot;&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;C/C++&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 632,
	&amp;quot;startColumn&amp;quot;: 4,
	&amp;quot;endLineNumber&amp;quot;: 632,
	&amp;quot;endColumn&amp;quot;: 11
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/ncs/v2.0.0/zephyr/CMakeLists.txt&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;nrf-connect&amp;quot;,
	&amp;quot;severity&amp;quot;: 4,
	&amp;quot;message&amp;quot;: &amp;quot;__ASSERT() statements are globally ENABLED&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;cmake&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 1803,
	&amp;quot;startColumn&amp;quot;: 1,
	&amp;quot;endLineNumber&amp;quot;: 1803,
	&amp;quot;endColumn&amp;quot;: 2147483647
},{
	&amp;quot;resource&amp;quot;: &amp;quot;/c:/ncs/v2.0.0/zephyr/modules/hal_nordic/nrfx/Kconfig&amp;quot;,
	&amp;quot;owner&amp;quot;: &amp;quot;nrf-connect&amp;quot;,
	&amp;quot;severity&amp;quot;: 4,
	&amp;quot;message&amp;quot;: &amp;quot;NRFX_UARTE0 (defined at C:\\ncs\\v2.0.0\\zephyr\\modules\\hal_nordic\\nrfx\\Kconfig:347,&amp;quot;,
	&amp;quot;source&amp;quot;: &amp;quot;kconfig&amp;quot;,
	&amp;quot;startLineNumber&amp;quot;: 347,
	&amp;quot;startColumn&amp;quot;: 1,
	&amp;quot;endLineNumber&amp;quot;: 347,
	&amp;quot;endColumn&amp;quot;: 2147483647
}]&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And the debug console displays the following errors:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Error: c:/ncs/toolchains\v2.0.0\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-nm-no-py.exe failed! statics/global/functions may not be properly classified: Error: spawn c:/ncs/toolchains\v2.0.0\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-nm-no-py.exe ENOENT
    Expecting `nm` next to `objdump`. If that is not the problem please report this.
Error: objdump failed! statics/globals/functions may not be properly classified: Error: spawn c:/ncs\toolchains\v2.0.0\opt\zephyr-sdk\arm-zephyr-eabi\bin\arm-zephyr-eabi-objdump-no-py.exe ENOENT    ENOENT means program not found. If that is not the issue, please report this problem.Launching gdb-server: &amp;quot;C:\\Program Files\\SEGGER\\JLink\\JLinkGDBServerCL.exe&amp;quot; -singlerun -nogui -if swd -port 50000 -swoport 50001 -telnetport 50002 -device nRF52832_xxAA -select usb=483019567 -rtos &amp;quot;C:\\Program Files\\SEGGER\\JLink\\GDBServer\\RTOSPlugin_Zephyr.dll&amp;quot;
    Please check TERMINAL tab (gdb-server) for output from C:\Program Files\SEGGER\JLink\JLinkGDBServerCL.exe&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Again, the same messages are generated for each build (nRF52 DK &amp;amp; DVK-BL652).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/371844?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 11:06:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85623513-734a-447c-9632-2f5cfc31e6fc</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;I found this in the&amp;nbsp;&lt;span&gt;BL652 datasheet:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1654858903154v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;So yes, if you build for&amp;nbsp;bl652_dvk board,&amp;nbsp;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC will bet set to y:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-zephyr/blob/main/boards/arm/bl652_dvk/bl652_dvk_defconfig#L27"&gt;https://github.com/nrfconnect/sdk-zephyr/blob/main/boards/arm/bl652_dvk/bl652_dvk_defconfig#L27&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="AntMAN"]I am struggling to find out what the &lt;span&gt;CONFIG_BOARD_ENABLE_DCDC option is doing. Could you please explain?&lt;/span&gt;[/quote]
&lt;p&gt;It enables DCDC mode.&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=4_2_0_17_0#topic"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=4_2_0_17_0#topic&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Have you tried doing any debugging of the sample? Does it get stuck somewhere? Any log output?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/371842?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 11:01:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bec2e9c-80f3-4abb-8d2b-f1d90405e77a</guid><dc:creator>AntMAN</dc:creator><description>&lt;p&gt;Hi, upon further inspection I can see that the DVK-BL652 does have an external crystal. As for the settings you have mentioned, I have looked at the kconfig - and they already seem to be setup correctly for the corresponding board.&lt;/p&gt;
&lt;p&gt;I am struggling to find out what the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;CONFIG_BOARD_ENABLE_DCDC option is doing. Could you please explain?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;That being said, I have tried turning off the DCDC mode board option (thereby modifying &amp;#39;peripheral_uart\BL652_DVK\zephyr\.config&amp;#39;). The result remains unchanged.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I should add: when inspecting SIO_17 &amp;amp; SIO_18, I would expect to see the flashing of LEDS as on the nRF52DK (P0.17 &amp;amp;&amp;nbsp;P0.18). As I am not seeing this, it would infer that the device is not running the program. Would you agree?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/371819?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 09:35:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb9cf5cd-f94a-45bf-9380-99ae63c14a08</guid><dc:creator>AntMAN</dc:creator><description>&lt;p&gt;Hi, thanks for getting back so quickly. Yeah, okay... i think you&amp;#39;re right about the extern crystal. But,&amp;nbsp; DCDC components? Not sure what this is, having a look.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Programming External Device wilth Peripheral UART (nRF Connect SDK)</title><link>https://devzone.nordicsemi.com/thread/371805?ContentTypeID=1</link><pubDate>Fri, 10 Jun 2022 09:02:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9de5b861-794b-472b-be9c-7db1b21ad992</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m thinking either&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) The module does not have external LF crystal. In that case, set this config:&lt;/p&gt;
&lt;div&gt;CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;2) The module does not have DCDC components. In that case,&amp;nbsp;try setting this:&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_BOARD_ENABLE_DCDC=n&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>