This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How do I use printk with NRF52840 dongle using NCS Zephyr? The nrf SDK has the NRF_LOG_BACKEND_USB_ENABLED option that could be used. The NCS does not have any examples.

I tried the logger examples in the Zephyr that work on the DK but not on the dongle. I tried to change the Kconfig options using Segger to enable the logger but those options are not available. If I can see how "Hello World" can be modified to run on the dongle and do the print, that will help. I can run other functionality on the dongle including Bluetooth coded_phy.

Related