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