demo app Bluetooth: Channel Sounding Initiator with Ranging Requestor produces no output

Built this Channel Sounding demo app with nRF54LM20-DK as target using VS Code with nRF Connect extension on M5 Mac running Tahoe 26.5.2 using nRF Connect SDK 3.3.1.  App built, compiled and flashed without error.

But app produces no UART output on either port 1 or 2.  Even checked RTT which, connected, but not output either.

Are there any special build settings that I'm missing?  Other issues?

TIA,

Mike

PS: Added the following lines to the prg.config file as recommended by the forms-completion AI here,

CONFIG_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_UART_CONSOLE=y
CONFIG_LOG=y

But the output is still missing.  Checked the zephyr/.config file and the "UART" and "LOG" strings don't appear there.  Is there something wrong with my pro.connect settings?

Parents
  • Output from NCSv3.3.1 on LM20DK:

    *** Booting nRF Connect SDK v3.3.1-1d7a0b0e49b8 ***
    *** Using Zephyr OS v4.3.99-37e6c28576ee ***
    I: Starting Channel Sounding Initiator Sample
    I: SoftDevice Controller build revision:
    I: fc 51 7a e9 58 2c 6f fb |.Qz.X,o.
    I: 6d 35 9f 17 3e 08 c8 c1 |m5..>...
    I: 7b e9 5b 95 |{.[.
    I: HW Platform: Nordic Semiconductor (0x0002)
    I: HW Variant: nRF54Lx (0x0005)
    I: Firmware: Standard Bluetooth controller (0x00) Version 252.31313 Build 1865177321
    I: HCI transport: SDC
    I: Identity: C1:78:FF:5D:5C:2A (random)
    I: HCI: version 6.3 (0x11) revision 0x301f, manufacturer 0x0059
    I: LMP: version 6.3 (0x11) subver 0x301f

    6644.zephyr.hex

    Here is .hex you can try on your DK to see if you can see output. No changes to .conf files.

    I can try yours on my DK to see if it produces output.

  • Thanks, MJJ, for the quick reply.  No joy after flashing your hex file (by drag and drop).  Produced the usual "Disk not ejected properly" msg.  But no serial output on the debug USB-C ports.
    Hmm... Apple M5 USB ports?

    Will try this on my old Mac.

    Mike

  • No joy.  No serial output on old Mac either.  

    With regard to the hex file I generated, I'm now getting the following error on build:

    /Users/mike/Nordic/BLE_Channel_Sounding-3.3.1-orig/channel_sounding_ras_initiator/src/main.c:186: undefined reference to `cs_de_populate_report'

    I'll have to go back and clean up the pro.conf additions I tried to make and recompile....

    Mike

Reply
  • No joy.  No serial output on old Mac either.  

    With regard to the hex file I generated, I'm now getting the following error on build:

    /Users/mike/Nordic/BLE_Channel_Sounding-3.3.1-orig/channel_sounding_ras_initiator/src/main.c:186: undefined reference to `cs_de_populate_report'

    I'll have to go back and clean up the pro.conf additions I tried to make and recompile....

    Mike

Children
No Data
Related