<?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>Bluetooth Fundamentals course - Lesson 1 -- Flashed Sample Firmware had no LED or Logging Information</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127800/bluetooth-fundamentals-course---lesson-1----flashed-sample-firmware-had-no-led-or-logging-information</link><description>Hello, 
 I&amp;#39;m working through the fundamental courses and trying to get my nrf54lm20 development board setup. After I have built and flashed the sample firmware to the dev board. There had been no LED lighting up on the board nor any messages logged when</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Apr 2026 19:28:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127800/bluetooth-fundamentals-course---lesson-1----flashed-sample-firmware-had-no-led-or-logging-information" /><item><title>RE: Bluetooth Fundamentals course - Lesson 1 -- Flashed Sample Firmware had no LED or Logging Information</title><link>https://devzone.nordicsemi.com/thread/565265?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2026 19:28:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b5851de7-ef7e-4524-a607-cf5048752842</guid><dc:creator>yuz727</dc:creator><description>&lt;p&gt;Hi.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;The LED and the blinky sample does work. and the board has revision number 0.7.0.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I tried to run debug on the board, the output through RTT after enabling BT in the proj.conf are the following. And the second chunk is what was outputted when running west debug, listening for the address then running backtrace.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.000,160] &amp;lt;err&amp;gt; os: ***** BUS FAULT *****
[00:00:00.000,168] &amp;lt;err&amp;gt; os:   Precise data bus error
[00:00:00.000,173] &amp;lt;err&amp;gt; os:   BFAR Address: 0x50047004
[00:00:00.000,186] &amp;lt;err&amp;gt; os: r0/a1:  0x20001a08  r1/a2:  0x20004197  r2/a3:  0x00000000
[00:00:00.000,195] &amp;lt;err&amp;gt; os: r3/a4:  0x20004190 r12/ip:  0x00000001 r14/lr:  0x80000000
[00:00:00.000,201] &amp;lt;err&amp;gt; os:  xpsr:  0x00014400
[00:00:00.000,206] &amp;lt;err&amp;gt; os: Faulting instruction address (r15/pc): 0xe000ed00
[00:00:00.000,227] &amp;lt;err&amp;gt; os: &amp;gt;&amp;gt;&amp;gt; ZEPHYR FATAL ERROR 25: Unknown error on CPU 0
[00:00:00.000,244] &amp;lt;err&amp;gt; os: Current thread: 0x20002408 (unknown)
[00:00:00.984,253] &amp;lt;err&amp;gt; os: Halting system&lt;/pre&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;Reading symbols from /home/bluetooth/l1/build/l1/zephyr/zephyr.elf...
Remote debugging using :2331
arch_system_halt (reason=reason@entry=25) at /home/ncs/v3.2.4/zephyr/kernel/fatal.c:30
30              for (;;) {
Resetting target
Loading section rom_start, size 0x4c8 lma 0x0
Loading section text, size 0x150b4 lma 0x4c8
Loading section .ARM.exidx, size 0x8 lma 0x1557c
Loading section initlevel, size 0xa0 lma 0x15584
Loading section device_area, size 0xe0 lma 0x15624
Loading section sw_isr_table, size 0x910 lma 0x15704
Loading section entropy_driver_api_area, size 0x8 lma 0x16014
Loading section gpio_driver_api_area, size 0x24 lma 0x1601c
Loading section clock_control_driver_api_area, size 0x1c lma 0x16040
--Type &amp;lt;RET&amp;gt; for more, q to quit, c to continue without paging--c
Loading section uart_driver_api_area, size 0xc lma 0x1605c
Loading section log_const_area, size 0xb8 lma 0x16068
Loading section log_backend_area, size 0x10 lma 0x16120
Loading section zephyr_dbg_info, size 0x44 lma 0x16130
Loading section rodata, size 0x33b4 lma 0x16180
Loading section datas, size 0x35c lma 0x1953c
Loading section device_states, size 0x10 lma 0x19898
Loading section log_mpsc_pbuf_area, size 0x44 lma 0x198a8
Loading section log_msg_ptr_area, size 0x4 lma 0x198ec
Loading section k_mutex_area, size 0x78 lma 0x198f0
Loading section k_sem_area, size 0x18 lma 0x19968
Loading section k_event_area, size 0x20 lma 0x19980
Loading section net_buf_pool_area, size 0xd0 lma 0x199a0
Loading section .last_section, size 0x4 lma 0x19a70
Start address 0x0000b250, load size 105056
Transfer rate: 65 KB/sec, 4377 bytes/write.
Resetting target
(gdb) awatch *0x50047004
Hardware access (read/write) watchpoint 1: *0x50047004
(gdb) c
Continuing.
[New Remote target]

Thread 2 received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Remote target]
(gdb) bt
#0  z_arm_usage_fault () at /home/ncs/v3.2.4/zephyr/arch/arm/core/cortex_m/fault_s.S:80
#1  &amp;lt;signal handler called&amp;gt;
#2  0x00006448 in sym_KNXPCDCG3D5MEDJBO3R6REAMOHWZ5KSX2FRQDJA ()
#3  0x00006560 in mpsl_init ()
#4  0x0000d9c2 in mpsl_lib_init_internal () at /home/ncs/v3.2.4/nrf/subsys/mpsl/init/mpsl_init.c:437
#5  mpsl_lib_init_sys () at /home/ncs/v3.2.4/nrf/subsys/mpsl/init/mpsl_init.c:479
#6  0x0000f0e6 in z_sys_init_run_level (level=level@entry=INIT_LEVEL_PRE_KERNEL_1) at /home/ncs/v3.2.4/zephyr/kernel/init.c:246
#7  0x0000f2ee in z_cstart () at /home/ncs/v3.2.4/zephyr/kernel/init.c:564
#8  0x0000b4d0 in z_prep_c () at /home/ncs/v3.2.4/zephyr/arch/arm/core/cortex_m/prep_c.c:223
#9  0x0000b2a8 in z_arm_reset () at /home/ncs/v3.2.4/zephyr/arch/arm/core/cortex_m/reset.S:233
Backtrace stopped: previous frame identical to this frame (corrupt stack?)&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Fundamentals course - Lesson 1 -- Flashed Sample Firmware had no LED or Logging Information</title><link>https://devzone.nordicsemi.com/thread/565184?ContentTypeID=1</link><pubDate>Mon, 20 Apr 2026 14:20:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6e1b014-bc77-4cc7-8bf5-271027b04c08</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What revision number is being used? Could you please try&amp;nbsp;the following: Flash&amp;nbsp;Blinky sample (so that we can check if the LEDs &amp;amp; GPIO are working properly and the board is correctly programmed), use the board configurator to modify VDD (set low at 1.7) and then reset.&amp;nbsp;See if the LEDs work by doing this.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Fundamentals course - Lesson 1 -- Flashed Sample Firmware had no LED or Logging Information</title><link>https://devzone.nordicsemi.com/thread/565116?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 14:24:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f906f74b-8b00-4cdc-a031-82bd532b6e3c</guid><dc:creator>yuz727</dc:creator><description>&lt;p&gt;The board configurator shows the LED is on. After flashing the terminal outputs no logging message, this includes both the logging messages in the sample application and the two lines that outputs the version of the sdk and Zephyr. So I&amp;#39;m not sure the board even boot successfully after flashing.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Fundamentals course - Lesson 1 -- Flashed Sample Firmware had no LED or Logging Information</title><link>https://devzone.nordicsemi.com/thread/565098?ContentTypeID=1</link><pubDate>Fri, 17 Apr 2026 10:28:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3d04eea-4052-4e79-abd7-e8838766bcec</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Can you please check the board configurator just in case something has been set there and let me know? The issue could also be that the power to LED is being cut.&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Fundamentals course - Lesson 1 -- Flashed Sample Firmware had no LED or Logging Information</title><link>https://devzone.nordicsemi.com/thread/565067?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2026 19:08:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78098b7d-1007-4047-9255-07b8041ce46b</guid><dc:creator>yuz727</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, I&amp;#39;m trying to use the&amp;nbsp;Bluetooth LE LED Button service. The same result happened when I tried later exercise solutions. As for other targets, I only have nrf54lm20 DK. I&amp;#39;ve tried this on two different board so I don&amp;#39;t think its an hardware problem on specific boards.&lt;br /&gt;&lt;br /&gt;For your information. When I was testing with other apps the same behaviour started appearing when I added `CONFIG_BT=y` in the prj.conf file. Even if no bluetooth related function was used in the code.&lt;/p&gt;
&lt;p&gt;Below is the logs from the build:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Building l1
west build --build-dir &amp;lt;userhome&amp;gt;/bt-fund/l1/build &amp;lt;userhome&amp;gt;/bt-fund/l1 --pristine --board nrf54lm20dk/nrf54lm20a/cpuapp --sysbuild -- -DCONF_FILE=&amp;quot;prj.conf&amp;quot;

-- west build: generating a build system
Loading Zephyr module(s) (Zephyr base): sysbuild_default
-- Found Python3: &amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/usr/local/bin/python3.12 (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: &amp;lt;userhome&amp;gt;/.cache/zephyr
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf54lm20dk, qualifiers: nrf54lm20a/cpuapp
Parsing &amp;lt;userhome&amp;gt;/bt-fund/l1/Kconfig.sysbuild
Loaded configuration &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/build/_sysbuild/empty.conf&amp;#39;
Merged configuration &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/build/_sysbuild/empty.conf&amp;#39;
Configuration saved to &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/build/_sysbuild/autoconf.h&amp;#39;
-- 
   ************************
   * Running CMake for l1 *
   ************************
Loading Zephyr default modules (Zephyr base).
-- Application: &amp;lt;userhome&amp;gt;/bt-fund/l1
-- CMake version: 3.21.0
-- Found Python3: &amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/usr/local/bin/python (found suitable version &amp;quot;3.12.4&amp;quot;, minimum required is &amp;quot;3.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: &amp;lt;userhome&amp;gt;/.cache/zephyr
-- Zephyr version: 4.2.99 (&amp;lt;userhome&amp;gt;/ncs/v3.2.4/zephyr)
-- Found west (found suitable version &amp;quot;1.4.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf54lm20dk, qualifiers: nrf54lm20a/cpuapp
-- Found host-tools: zephyr 0.17.0 (&amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (&amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/opt/zephyr-sdk)
-- Found Dtc: &amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/usr/bin/dtc (found suitable version &amp;quot;1.5.0&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;) 
-- Found BOARD.dts: &amp;lt;userhome&amp;gt;/ncs/v3.2.4/zephyr/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a_cpuapp.dts
unit address and first address in &amp;#39;reg&amp;#39; (0x5004c000) don&amp;#39;t match for /soc/peripheral@50000000/vpr@4c000/mailbox@1
-- Generated zephyr.dts: &amp;lt;userhome&amp;gt;/bt-fund/l1/build/l1/zephyr/zephyr.dts
-- Generated pickled edt: &amp;lt;userhome&amp;gt;/bt-fund/l1/build/l1/zephyr/edt.pickle
-- Generated devicetree_generated.h: &amp;lt;userhome&amp;gt;/bt-fund/l1/build/l1/zephyr/include/generated/zephyr/devicetree_generated.h
Parsing &amp;lt;userhome&amp;gt;/bt-fund/l1/Kconfig
Loaded configuration &amp;#39;&amp;lt;userhome&amp;gt;/ncs/v3.2.4/zephyr/boards/nordic/nrf54lm20dk/nrf54lm20dk_nrf54lm20a_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/prj.conf&amp;#39;
Merged configuration &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/build/l1/zephyr/.config.sysbuild&amp;#39;
Configuration saved to &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/build/l1/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;&amp;lt;userhome&amp;gt;/bt-fund/l1/build/l1/zephyr/include/generated/zephyr/autoconf.h&amp;#39;
-- Found GnuLd: &amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/opt/zephyr-sdk/arm-zephyr-eabi/arm-zephyr-eabi/bin/ld.bfd (found version &amp;quot;2.38&amp;quot;) 
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: &amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/opt/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc
-- Using ccache: &amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/usr/bin/ccache
-- Found gen_kobject_list: &amp;lt;userhome&amp;gt;/ncs/v3.2.4/zephyr/scripts/build/gen_kobject_list.py
CMake Warning at &amp;lt;userhome&amp;gt;/ncs/v3.2.4/zephyr/CMakeLists.txt:2321 (message):
  __ASSERT() statements are globally ENABLED
  
-- Configuring done
-- Generating done
-- Build files have been written to: &amp;lt;userhome&amp;gt;/grad_proj/bluetooth/bt-fund/l1/build/l1
-- Configuring done
-- Generating done
-- Build files have been written to: &amp;lt;userhome&amp;gt;/grad_proj/bluetooth/bt-fund/l1/build
-- west build: building application
[7/335] Generating include/generated/zephyr/version.h
-- Zephyr version: 4.2.99 (&amp;lt;userhome&amp;gt;/ncs/v3.2.4/zephyr), build: ncs-v3.2.4
[335/335] Linking C executable zephyr/zephyr.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      195840 B      2028 KB      9.43%
             RAM:       31304 B       511 KB      5.98%
        IDT_LIST:          0 GB        32 KB      0.00%
Generating files from &amp;lt;userhome&amp;gt;/bt-fund/l1/build/l1/zephyr/zephyr.elf for board: nrf54lm20dk
[10/10] Generating ../merged.hex

Flashing build to nRF54LM20 DK
west flash -d &amp;lt;userhome&amp;gt;/grad_proj/bluetooth/bt-fund/l1/build --dev-id 1051898111

-- west flash: rebuilding
[0/5] Performing build step for &amp;#39;l1&amp;#39;
ninja: no work to do.
[2/5] No install step for &amp;#39;l1&amp;#39;
[3/5] Completed &amp;#39;l1&amp;#39;
[4/5] cd &amp;lt;userhome&amp;gt;/bt-fund/l1/build/_sysbuild &amp;amp;&amp;amp; &amp;lt;userhome&amp;gt;/ncs/toolchains/2ac5840438/usr/local/bin/cmake -E true
-- west flash: using runner nrfutil
-- runners.nrfutil: reset after flashing requested
-- runners.nrfutil: Flashing file: &amp;lt;userhome&amp;gt;/bt-fund/l1/build/merged.hex
-- runners.nrfutil: Connecting to probe
-- runners.nrfutil: Programming image
-- runners.nrfutil: Verifying image
-- runners.nrfutil: Reset
-- runners.nrfutil: Board(s) with serial number(s) 1051898111 flashed successfully.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bluetooth Fundamentals course - Lesson 1 -- Flashed Sample Firmware had no LED or Logging Information</title><link>https://devzone.nordicsemi.com/thread/565039?ContentTypeID=1</link><pubDate>Thu, 16 Apr 2026 12:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1425036c-637c-44e1-be67-968cf818a93a</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just to confirm, are you trying to use the sample (Bluetooth LE LED Button service) given in exercise 1 of lesson 1? Can you please share a screenshot of&amp;nbsp;your terminal log when you try to build and flash and also of your setup? Have you tried a different board target (&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_lbs/README.html#requirements"&gt;Boards and Board targets&lt;/a&gt;)? I will try to test this on my end too and get back to you soon with an update.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>