Printk output stopped working with nRF5340-DK

I'm having a problem where it seems I'm no longer able to get printk output to show up on a serial terminal. The projects build okay, and when I hit reset, I see the following line on the terminal:

*** Booting Zephyr OS build v3.2.99-ncs1 ***

However, if I debug and step through a program, when printk statements are run, nothing appears on the terminal.

I'm working with SDK version 2.2.0.  The project I am working on started from the observer example code.

Below are the contents of my prj.conf.

My devicetree overlay is empty, apart from comments.

Can anyone offer pointers as to where I should be looking to troubleshoot this issue? What does it suggest that I get the bootup message, but no output from printk?

Thanks!

Scott

CONFIG_BT=y
CONFIG_BT_OBSERVER=y
CONFIG_CONSOLE=y
CONFIG_BT_SCAN_BLOCKLIST=y
# Configure the central/scanner Bluetooth behavior
CONFIG_BT_CENTRAL=y
CONFIG_BT_SCAN=y
CONFIG_BT_SMP=y
CONFIG_BT_SCAN_FILTER_ENABLE=y
CONFIG_BT_SCAN_ADDRESS_CNT=2
Parents Reply Children
Related