<?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>Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90319/read-debugs-from-nrf52840-dongle-on-nrf52840-dk</link><description>Hi, 
 I&amp;#39;ve surfed through the forum for the lot of similar posts but couldn&amp;#39;t get it to work yet. So, apologies if this seems repetitive. 
 
 My ultimate goal is to port the program that is running perfectly on nrf52840 DK to nrf52840 dongle. Before we</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jul 2022 02:59:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90319/read-debugs-from-nrf52840-dongle-on-nrf52840-dk" /><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378441?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2022 02:59:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:787ae67a-7f5b-44c8-be5c-8c3dca39cbbc</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Yes you are right. I just uploaded the original bootloader and it&amp;#39;s working fine now. Moreover, I&amp;#39;ve started to use SES as my IDE instead of VS code which gives me a better experience debugging. Thanks for all your help. I&amp;#39;d be happy if you would change this post back to public so other ppl can benefit as well, of course with my delivery details deleted.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[UPDATE] i have edited my reply of sensitive data. So no need to delete it anymore.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Naing&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378440?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2022 08:09:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62642dd5-c000-493c-b24b-0fad63f25110</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Yes it should be possible to &amp;quot;save&amp;quot; the bootloader. I think what has happened is that you haven&amp;#39;t built the application for the Dongle. That will set the &lt;strong&gt;BOARD_HAS_NRF5_BOOTLOADER=y&lt;/strong&gt; for example, which will build the zephyr-app to start after the bootloader (at 0x1000). As long as you use NCS v1.7.0 or newer.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378439?ContentTypeID=1</link><pubDate>Thu, 07 Jul 2022 01:33:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fa54787-e51c-4429-9cb7-f32532d79131</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Ok that makes sense. I&amp;#39;ll revert&amp;nbsp;it back to production bootloader and try again. Is there a way to avoid removing the bootloader when flashing the program?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378438?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 13:35:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63e19282-a045-4e71-91a3-74e456d11275</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;It seems like the application built correctly, but that you erased the bootloader in the process, meaning that you have to revert it to the production bootloader as explained in the&lt;a href="https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial"&gt; Dongle Programming tutorial &lt;/a&gt;to be able to program it again.&lt;/p&gt;
&lt;p&gt;If it was indeed programmed with your &amp;quot;blinky_newest&amp;quot; application it should run that when powered. The reason you might not see any blinking LED is that the pin configured to blink is an unassigned GPIO on the Dongle compared to on one of your DKs.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378437?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 06:59:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41585a17-f717-43ba-ab9f-02bea6cce7cb</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Hi Simon, I just got a chance to try it out now. I did as you outlined here. I shorted SB47 and connected the dongle only with the dk&amp;#39;s Debug Out Connector. When I turn it on, it was flashing red. However, I opened up the vs code and build the default blinky project, choose a build option for the nrfdongle board, then flash it using the vscode &amp;quot;flash&amp;quot; in &amp;quot;nrf connect vs code extension&amp;quot;. It asked me to erase full memory and I clicked yes. Then the red flash on the dongle stopped. After that nothing happens. I disconnected the dongle from the dk board and plugged into usb port for power but it didn&amp;#39;t turn on either even if I press the boot button.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s the log of the program flashing. Any more ideas?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Building blinky_newest
west build --build-dir c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest\build c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest --pristine --board nrf52840dongle_nrf52840 -- -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot; -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y

-- west build: generating a build system
Including boilerplate (Zephyr base): C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/zephyr/cmake/app/boilerplate.cmake
-- Application: C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest
-- Zephyr version: 2.7.99 (C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/zephyr), build: v2.7.99-ncs1-1
-- Found Python3: C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/toolchain/opt/bin/python.exe (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter 
-- Found west (found suitable version &amp;quot;0.12.0&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf52840dongle_nrf52840
-- Cache files will be written to: C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/zephyr/.cache
-- Found dtc: C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/toolchain/opt/bin/dtc.exe (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (c:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/toolchain/opt)
-- Found BOARD.dts: C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/zephyr/boards/arm/nrf52840dongle_nrf52840/nrf52840dongle_nrf52840.dts
-- Generated zephyr.dts: C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build/zephyr/include/generated/devicetree_unfixed.h
-- Generated device_extern.h: C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build/zephyr/include/generated/device_extern.h
-- Including generated dts.cmake file: C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build/zephyr/dts.cmake
Parsing C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/zephyr/Kconfig
Loaded configuration &amp;#39;C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/zephyr/boards/arm/nrf52840dongle_nrf52840/nrf52840dongle_nrf52840_defconfig&amp;#39;
Merged configuration &amp;#39;C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/prj.conf&amp;#39;
Merged configuration &amp;#39;C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build/zephyr/misc/generated/extra_kconfig_options.conf&amp;#39;
Configuration saved to &amp;#39;C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/Users/DESKTOP-DAIN-03/ncs/v1.9.1/toolchain/opt/bin/arm-none-eabi-gcc.exe
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/DESKTOP-DAIN-03/Desktop/roobuck-scratch-repo/nordic_dev/blinky_newest/build
-- west build: building application
[1/156] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json
[2/156] Generating include/generated/driver-validation.h
[3/156] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h, include/generated/otype-to-size.h
[4/156] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h
[5/156] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj
[6/156] Generating include/generated/offsets.h
[7/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj
[8/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj
[9/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj
[10/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj
[11/156] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj
[12/156] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj
[13/156] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj
[14/156] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj
[15/156] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj
[16/156] Generating linker_zephyr_pre1.cmd
[17/156] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj
[18/156] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj
[19/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj
[20/156] Generating linker_zephyr_pre0.cmd
[21/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj
[22/156] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj
[23/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj
[24/156] Building C object zephyr/arch/common/CMakeFiles/isr_tables.dir/isr_tables.c.obj
[25/156] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj
[26/156] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj
[27/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/fprintf.c.obj
[28/156] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fpu.c.obj
[29/156] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj
[30/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtoul.c.obj
[31/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/time/gmtime.c.obj
[32/156] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj
[33/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/atoi.c.obj
[34/156] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_core_mpu.c.obj
[35/156] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj
[36/156] Building C object zephyr/arch/arch/arm/core/aarch32/mpu/CMakeFiles/arch__arm__core__aarch32__mpu.dir/arm_mpu.c.obj
[37/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/strtol.c.obj
[38/156] Linking C static library zephyr\arch\arch\arm\core\aarch32\libarch__arm__core__aarch32.a
[39/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/bsearch.c.obj
[40/156] Linking C static library zephyr\arch\common\libisr_tables.a
[41/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/qsort.c.obj
[42/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strstr.c.obj
[43/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/exit.c.obj
[44/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/abort.c.obj
[45/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/string.c.obj
[46/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strncasecmp.c.obj
[47/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/sprintf.c.obj
[48/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/string/strspn.c.obj
[49/156] Linking C static library zephyr\arch\arch\arm\core\aarch32\mpu\libarch__arm__core__aarch32__mpu.a
[50/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdout/stdout_console.c.obj
[51/156] Building C object zephyr/lib/libc/minimal/CMakeFiles/lib__libc__minimal.dir/source/stdlib/malloc.c.obj
[52/156] Linking C static library zephyr\arch\common\libarch__common.a
[53/156] Linking C static library zephyr\arch\arch\arm\core\aarch32\cortex_m\libarch__arm__core__aarch32__cortex_m.a
[54/156] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj
[55/156] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/nanosleep.c.obj
[56/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf.c.obj
[57/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj
[58/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32c_sw.c.obj
[59/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj
[60/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_packaged.c.obj
[61/156] Building C object zephyr/soc/arm/nordic_nrf/nrf52/CMakeFiles/soc__arm__nordic_nrf__nrf52.dir/soc.c.obj
[62/156] Building C object zephyr/boards/arm/nrf52840dongle_nrf52840/CMakeFiles/boards__arm__nrf52840dongle_nrf52840.dir/board.c.obj
[63/156] Building C object zephyr/soc/arm/nordic_nrf/nrf52/CMakeFiles/soc__arm__nordic_nrf__nrf52.dir/power.c.obj
[64/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj
[65/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj
[66/156] Linking C static library zephyr\lib\posix\liblib__posix.a
[67/156] Linking C static library zephyr\soc\arm\common\cortex_m\libsoc__arm__common__cortex_m.a
[68/156] Building C object CMakeFiles/app.dir/src/main.c.obj
[69/156] Linking C static library zephyr\lib\libc\minimal\liblib__libc__minimal.a
[70/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj
[71/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj
[72/156] Linking C static library zephyr\soc\arm\nordic_nrf\nrf52\libsoc__arm__nordic_nrf__nrf52.a
[73/156] Linking C static library zephyr\boards\arm\nrf52840dongle_nrf52840\libboards__arm__nrf52840dongle_nrf52840.a
[74/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj
[75/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj
[76/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj
[77/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj
[78/156] Linking C static library app\libapp.a
[79/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj
[80/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj
[81/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj
[82/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj
[83/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj
[84/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/reboot.c.obj
[85/156] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj
[86/156] Building ASM object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/common/soc_nrf_common.S.obj
[87/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj
[88/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/multi_heap.c.obj
[89/156] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_base_addresses.c.obj
[90/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/cbprintf_complete.c.obj
[91/156] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/debug/thread_info.c.obj
[92/156] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nordic_nrf/validate_enabled_instances.c.obj
[93/156] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/bitarray.c.obj
[94/156] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/policy/residency.c.obj
[95/156] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/constraint.c.obj
[96/156] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
[97/156] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/pm/pm.c.obj
[98/156] Building C object zephyr/CMakeFiles/zephyr.dir/C_/Users/DESKTOP-DAIN-03/ncs/v1.9.1/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_abort_zephyr.c.obj
[99/156] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/sys_clock_init.c.obj
[100/156] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/tracing/tracing_none.c.obj
[101/156] Building C object zephyr/CMakeFiles/zephyr.dir/C_/Users/DESKTOP-DAIN-03/ncs/v1.9.1/nrfxlib/crypto/nrf_cc310_platform/src/nrf_cc3xx_platform_mutex_zephyr.c.obj
[102/156] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_nrfx.c.obj
[103/156] Building C object modules/nrf/lib/fatal_error/CMakeFiles/..__nrf__lib__fatal_error.dir/fatal_error.c.obj
[104/156] Building C object zephyr/drivers/clock_control/CMakeFiles/drivers__clock_control.dir/clock_control_nrf.c.obj
[105/156] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/Users/DESKTOP-DAIN-03/ncs/v1.9.1/modules/hal/nordic/nrfx/mdk/system_nrf52840.c.obj
[106/156] Building C object modules/nrf/drivers/hw_cc310/CMakeFiles/..__nrf__drivers__hw_cc310.dir/hw_cc310.c.obj
[107/156] Building C object zephyr/drivers/timer/CMakeFiles/drivers__timer.dir/nrf_rtc_timer.c.obj
[108/156] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/nrfx_glue.c.obj
[109/156] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/Users/DESKTOP-DAIN-03/ncs/v1.9.1/modules/hal/nordic/nrfx/helpers/nrfx_flag32_allocator.c.obj
[110/156] Linking C static library modules\nrf\lib\fatal_error\lib..__nrf__lib__fatal_error.a
[111/156] Linking C static library zephyr\drivers\gpio\libdrivers__gpio.a
[112/156] Linking C static library modules\nrf\drivers\hw_cc310\lib..__nrf__drivers__hw_cc310.a
[113/156] Linking C static library zephyr\drivers\clock_control\libdrivers__clock_control.a
[114/156] Linking C static library zephyr\drivers\timer\libdrivers__timer.a
[115/156] Linking C static library zephyr\libzephyr.a
[116/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/condvar.c.obj
[117/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj
[118/156] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/Users/DESKTOP-DAIN-03/ncs/v1.9.1/modules/hal/nordic/nrfx/drivers/src/nrfx_clock.c.obj
[119/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj
[120/156] Building C object modules/hal_nordic/nrfx/CMakeFiles/modules__hal_nordic__nrfx.dir/C_/Users/DESKTOP-DAIN-03/ncs/v1.9.1/modules/hal/nordic/nrfx/drivers/src/nrfx_gpiote.c.obj
[121/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj
[122/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/main_weak.c.obj
[123/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj
[124/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work.c.obj
[125/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/banner.c.obj
[126/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj
[127/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj
[128/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj
[129/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj
[130/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj
[131/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj
[132/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj
[133/156] Linking C static library modules\hal_nordic\nrfx\libmodules__hal_nordic__nrfx.a
[134/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/xip.c.obj
[135/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj
[136/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj
[137/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj
[138/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj
[139/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj
[140/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj
[141/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj
[142/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj
[143/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj
[144/156] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj
[145/156] Linking C static library zephyr\kernel\libkernel.a
[146/156] Linking C executable zephyr\zephyr_pre0.elf

[147/156] Generating dev_handles.c
[148/156] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/misc/empty_file.c.obj
[149/156] Building C object zephyr/CMakeFiles/zephyr_pre1.dir/dev_handles.c.obj
[150/156] Linking C executable zephyr\zephyr_pre1.elf

[151/156] Generating linker.cmd
[152/156] Generating isr_tables.c, isrList.bin
[153/156] Building C object zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj
[154/156] Building C object zephyr/CMakeFiles/zephyr_final.dir/isr_tables.c.obj
[155/156] Building C object zephyr/CMakeFiles/zephyr_final.dir/dev_handles.c.obj
[156/156] Linking C executable zephyr\zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:       25288 B      1020 KB      2.42%
            SRAM:        6272 B       256 KB      2.39%
        IDT_LIST:          0 GB         2 KB      0.00%

Terminal will be reused by tasks, press any key to close it.

&amp;gt; Executing task: nRF Connect: Build: blinky_newest/build (active) &amp;lt;

Building blinky_newest
west build --build-dir c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest\build c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest

ninja: no work to do.

Terminal will be reused by tasks, press any key to close it.

&amp;gt; Executing task: nRF Connect: Flash: blinky_newest/build (active) &amp;lt;

Flashing build to undefined
west flash -d c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest\build --skip-rebuild -r nrfjprog --dev-id 1050239339

-- west flash: using runner nrfjprog
-- runners.nrfjprog: Flashing file: c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest\build\zephyr\zephyr.hex
ERROR: The operation attempted is unavailable due to readback protection in
ERROR: your device. Please use --recover to unlock the device.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.
ERROR: runners.nrfjprog: Flashing failed because the target must be recovered.
  To fix, run &amp;quot;west flash --recover&amp;quot; instead.
  Note: this will recover and erase all flash memory prior to reflashing.
FATAL ERROR: command exited with status 16: nrfjprog --program &amp;#39;c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest\build\zephyr\zephyr.hex&amp;#39; --sectoranduicrerase -f NRF52 --snr 1050239339
The terminal process terminated with exit code: 16.

Terminal will be reused by tasks, press any key to close it.

&amp;gt; Executing task: nRF Connect: Flash: blinky_newest/build (active) &amp;lt;

Flashing build to undefined
west flash -d c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest\build --skip-rebuild -r nrfjprog --dev-id 1050239339 --recover

-- west flash: using runner nrfjprog
-- runners.nrfjprog: Recovering and erasing all flash memory.
Recovering device. This operation might take 30s.
Writing image to disable ap protect.
Erasing user code and UICR flash areas.
-- runners.nrfjprog: Flashing file: c:\Users\DESKTOP-DAIN-03\Desktop\roobuck-scratch-repo\nordic_dev\blinky_newest\build\zephyr\zephyr.hex
Parsing image file.
WARNING: A programming operation has been performed without --verify.
WARNING: Programming can fail without error.
Enabling pin reset.
Applying pin reset.
-- runners.nrfjprog: Board with serial number 1050239339 flashed successfully.

Terminal will be reused by tasks, press any key to close it.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378436?ContentTypeID=1</link><pubDate>Wed, 25 May 2022 10:33:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3498e0e4-5cfc-4615-a5eb-905bbaae0100</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;No there, shouldn&amp;#39;t be an issue with the debug out header unless it&amp;#39;s been physically damaged.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378435?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 11:56:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f93c5eb3-f988-4f2a-bf8c-2cc00a6ac462</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;That&amp;#39;s great! I&amp;#39;ll try out your suggestion once I received them. Any chance it might be the issue with the DK board&amp;#39;s DEBUG OUT header? Cheers&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378434?ContentTypeID=1</link><pubDate>Tue, 24 May 2022 11:48:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca7d5bf4-443d-4490-92d0-cebf49e6c531</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again Naing&lt;/p&gt;
&lt;p&gt;I just heard back from customer service that two nRF52840 Dongles have been shipped.&lt;/p&gt;
&lt;p&gt;DHL Trackingnumber: &lt;strong&gt;2952239356&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378433?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 23:47:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c332f840-c6d9-4dbd-9b4f-f5ecf165d863</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Full Name:&amp;nbsp;xxx&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Address:&amp;nbsp;xxx&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Phone Number:&amp;nbsp;xxx&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378432?ContentTypeID=1</link><pubDate>Mon, 23 May 2022 07:33:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ce8b4099-40c7-45a1-bc7d-58c29d1cc36f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve set the case to private mode now, so you can share your contact information. In order to send you anything, we&amp;#39;ll need the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Full name&lt;/li&gt;
&lt;li&gt;Address you want the device(s) shipped to&lt;/li&gt;
&lt;li&gt;Phone number&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378431?ContentTypeID=1</link><pubDate>Fri, 20 May 2022 07:00:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:472fcdf4-501b-44ef-8717-98d9fd1d4338</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;3 of them doesn&amp;#39;t turn on anymore but the remaining two happens as described. I&amp;#39;ve run out of new dongles to test, so it&amp;#39;d be great if I can have some to get at least one working&amp;nbsp;dongle. Where should I mail you the address to send?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378430?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 13:22:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd08b0cb-0e3c-4e01-8a77-a4cf6ad45a6e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;The fried REG0 regulators would be on the Dongles. Do all the Dongles act the way you described in your last reply? If so I can try to get my hands on a couple to send you, so you can&amp;nbsp;test&amp;nbsp;&lt;strong&gt;only&amp;nbsp;&lt;/strong&gt;powering it from the DKs Debug OUT port with SB47 shorted as that should let you program and debug a Dongle As explained in the user guide you linked to. &amp;quot;T&lt;em&gt;&lt;span&gt;he&amp;nbsp;&lt;/span&gt;&lt;span&gt;nRF52840 DK&lt;/span&gt;&lt;span&gt;&amp;nbsp;can supply power through the Debug out connector (&lt;/span&gt;&lt;span&gt;P19&lt;/span&gt;&lt;span&gt;). To enable this, short solder bridge&amp;nbsp;&lt;/span&gt;&lt;span&gt;SB47&lt;/span&gt;&lt;span&gt;. While&amp;nbsp;&lt;/span&gt;&lt;span&gt;SB47&lt;/span&gt;&lt;span&gt;&amp;nbsp;is shorted, it is not possible to program the onboard&amp;nbsp;&lt;/span&gt;&lt;span&gt;nRF52840&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a title="A microchip that integrates all the necessary electronic circuits and components of a computer or other electronic systems on a single integrated circuit." href="https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/dita_common/glossary/glossary.html#soc"&gt;&lt;dfn&gt;SoC&lt;/dfn&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;even if the external board is unplugged.&amp;quot;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf52840_dk%2FUG%2Fdk%2Fhw_debug_out.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf52840_dk%2FUG%2Fdk%2Fhw_debug_out.html&lt;/a&gt;&amp;nbsp;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378429?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 06:08:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c459a6b-50be-474f-9263-58ae6ed73fec</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes I have tried shorting the SB47 while DK is connected to the dongle. I just used a metal tip to do that so it&amp;#39;s not permanent and I only tried that on one of the boards. Where is that REG0 regulator that has been fried? is it on the dongle or DK board?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378428?ContentTypeID=1</link><pubDate>Thu, 19 May 2022 06:02:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3ca551d-1631-422c-8211-782afc7eea2f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What seems to have happened is that the REG0 regulator (VDDH-&amp;gt;VDD) has been fried, as its default output is 1.8V. If you have shorted SB47 on the DK so that the DK supplies power through the debug out connector while the Dongle is connected to power, this is likely to happen I&amp;#39;m afraid.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378427?ContentTypeID=1</link><pubDate>Tue, 17 May 2022 01:02:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66880611-7e99-4777-971b-125db7bcd1ef</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried supplying 3V through the VDD out pins on the dongle and cutting and soldering SB2/SB1 respectively. It behaves exactly same behavior as charging via USB. I actually have tested on 5 of such dongles. One of them seemed to work before (ie. can flash blinky from DK board onto the dongle) but with very dim blinky on green LED and after a while it didn&amp;#39;t turn on anymore. Including that one, I have 3 bricked dongles now which are not turning on anymore even when I press the bootloader button. How can I fix this, if possible? I can safely say that they were working well out of the box. This happens only after soldering on the SWD header.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;In the remaining two dongles, I noticed that after unplugging the dongle from USB while the SWD is connected to DK board, the red LED on dongle still flashes (faster than bootloader flash pattern). The dongle appears to be powered via the SWD.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Currently, none of them is working.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378426?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 07:18:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4dc57134-e57c-44bf-8af0-dfc118e97422</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Okay, what it might be is that the Dongle isn&amp;#39;t powered with 3.0V when you try programming it with the DK, as the DK supported for external debugging/programming is VDD voltage. This is normally 3V when running from USB, and the external board&amp;nbsp; (Dongle) needs to match the VDD of the nRF52840 DK. It can&amp;#39;t be powered by the 10 pin debug cable, but you can try powering it with an external source of some kind that provides 3.0V.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378425?ContentTypeID=1</link><pubDate>Tue, 10 May 2022 04:32:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3afdee87-f11a-42bf-9886-13fe9050d912</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is the latest setup and the notches fit. I believe this is the right setup?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/4251.279645792_5F00_1194115001339946_5F00_4545674294831025982_5F00_n.jpg" /&gt;&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/5722.279502098_5F00_705756003878127_5F00_378733053995005618_5F00_n.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I found that when I burnt a bootloader using this setup in Arduino IDE, the bootloader is burnt on the SoC on the DK board instead of the dongle. So I think the DK board is not detecting the dongle. Is there any other ways to check this?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/0535.Screenshot-2022_2D00_05_2D00_10-150934.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;I also found this statement in the manual.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span&gt;&amp;quot;If it is inconvenient to have a separate power supply on the external board, the&amp;nbsp;&lt;/span&gt;&lt;span&gt;nRF52840 DK&lt;/span&gt;&lt;span&gt;&amp;nbsp;can supply power through the Debug out connector (&lt;/span&gt;&lt;span&gt;P19&lt;/span&gt;&lt;span&gt;). To enable this, short solder bridge&amp;nbsp;&lt;/span&gt;&lt;span&gt;SB47&lt;/span&gt;&lt;span&gt;. While&amp;nbsp;&lt;/span&gt;&lt;span&gt;SB47&lt;/span&gt;&lt;span&gt;&amp;nbsp;is shorted, it is not possible to program the onboard&amp;nbsp;&lt;/span&gt;&lt;span&gt;nRF52840&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a title="A microchip that integrates all the necessary electronic circuits and components of a computer or other electronic systems on a single integrated circuit." href="https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/dita_common/glossary/glossary.html#soc"&gt;&lt;dfn&gt;SoC&lt;/dfn&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;even if the external board is unplugged.&amp;quot; -&lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/dk/hw_debug_out.html"&gt;link&lt;/a&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Would you recommend shorting SB47 and don&amp;#39;t plug in the dongle USB anymore but instead supply power from DEBUG OUT SWD interface?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378424?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 08:11:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8466c3f5-2e73-4bba-8e26-3ea36dde9449</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;1. From your latest pictures it looks like the pin header is soldered on correctly, but does your 10pin cable not have this &amp;quot;notch&amp;quot; in it? It should fit into the &amp;quot;slot&amp;quot; on the pin header, to ensure it is mounted correctly.&lt;/p&gt;
&lt;p&gt;If the Dongle is in Bootloader mode (pulsing red) it will still show up in the programmer app even when connected to the DK. And the DK will automatically choose the device connected to the debug out header if it&amp;#39;s powered.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378423?ContentTypeID=1</link><pubDate>Fri, 06 May 2022 02:11:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83699106-fa1f-48f3-914d-dbfe3f02b919</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;ve adjust a few things from your feedback.&lt;/p&gt;
&lt;p&gt;1. I believe I soldered the pin header on dongle the opposite way. So, now I&amp;#39;ve reversed the connector cable as shown in the images.&amp;nbsp;&lt;a href="https://ibb.co/Ms6PCCx"&gt;pic1&lt;/a&gt;,&amp;nbsp;&lt;a href="https://ibb.co/MpWqc83"&gt;pic2&lt;/a&gt;&amp;nbsp;However, I&amp;#39;m still not able to read the debugs. The manual says if DEBUG OUT is connected to the dongle, the DK board will operate from the donlge&amp;#39;s nRF SOC instead of its own SOC. Could you tell me how I can check this? Does it mean we should only see one device in the nRF programmer app because now I&amp;#39;m see both DK and dongle boards.&lt;/p&gt;
&lt;p&gt;2. Yes it&amp;#39;s the LED5 that&amp;#39;s flashing&lt;/p&gt;
&lt;p&gt;3. After doing No. 1, the Dongle doesn&amp;#39;t go into bootloader mode automatically anymore. (solved)&lt;/p&gt;
&lt;p&gt;4. I will update to v1.9.1, no problem.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Appreciate your help &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378422?ContentTypeID=1</link><pubDate>Wed, 04 May 2022 13:42:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:353a6a84-0f51-4faf-98b9-956289ade453</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi again&lt;/p&gt;
&lt;p&gt;Okay, thank you for clarifying, I see I misunderstood multiple things here. It should still work as far as I can see, but yes, the nRF Connect SDK should be able to&amp;nbsp;get an RTT output from a Dongle connected like this in VS code. Are you sure the debug pin header is soldered on the correct way on the bottom of the Dongle? Can you show me a picture of that as well?&lt;/p&gt;
&lt;p&gt;For the green LED I thought you said the led on the Dongle was blinking &amp;quot;really fast&amp;quot; so I thought something was wrong there, but I see now that this was likely LED5 on the DK, which indeed blinks to reflect activity on the debugger MCU.&lt;/p&gt;
&lt;p&gt;For the Dongle going into bootloader mode, does this happen even if the Dongle isn&amp;#39;t connected with the debugger cable when the DK is plugged into the PC, or if the DK is OFF when you plug it in?&lt;/p&gt;
&lt;p&gt;I see you&amp;#39;re using nRF Connect SDK v1.9.0. Is there a reason you&amp;#39;re not using the latest version (v1.9.1) which has both features added and bugs/issues fixed?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378421?ContentTypeID=1</link><pubDate>Tue, 03 May 2022 13:28:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5215cbfe-b0ae-486d-9f37-058206260943</guid><dc:creator>Naing</dc:creator><description>&lt;p&gt;Hi, I&amp;#39;m using the nRF connect SDK v1.9.0 which is installed using the nRF Connect for Desktop toolchain manager app.&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6175.Screenshot-2022_2D00_05_2D00_03-232054.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;As for the RTT, I thought it was just a normal debug monitor. I havn&amp;#39;t put in any code specific to that. I&amp;#39;d appreciate if you can give me an example snippet of what it should look like. Or is it possible to debug normally without RTT?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The green LED flashing on the DK board seems constant now when I restarted. I didn&amp;#39;t program anything on the DK board. Only the dongle is programmed with blinky. I believe green LED on DK board is turned on by default.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;One more thing I noticed, the dongle gets into bootloader mode when the debugger(dk board) usb is plugged into PC. In order to run the blinky on the dongle, i have to unplug the dongle and plug it back in while debugger usb is still connected to PC.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read debugs from nrf52840 dongle on nrf52840 DK</title><link>https://devzone.nordicsemi.com/thread/378420?ContentTypeID=1</link><pubDate>Tue, 03 May 2022 10:27:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c246d56f-87d2-4bcd-923e-34955757b4ee</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;This seems like it should work, but I got a few ideas as to what could be going wrong.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;First off, it might be that the RTT viewer in the nRF Terminal is not working as expected for some reason, but you could try out the J-Link RTT viewer instead, as that is a bit more stable. Also, can you show me how you&amp;#39;ve enabled the RTT logging in your application, and let me know what SDK and SDK version you&amp;#39;re using for development?&lt;/p&gt;
&lt;p&gt;As for the green LED flashing &amp;quot;very fast&amp;quot;, I assume you mean faster than expected when it runs the normal Blinky application, but can you still see it physically blinking or does it appear to just be&amp;nbsp;&lt;strong&gt;on&lt;/strong&gt;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>