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?
