Using USB as virtual com as log with zephyr

Hi to all,

I'm developing a beacon application on the nRF52840-DK starting from the example that I found in the VS Code (Zephyr).

I'm designing a custom board with only the nRF onboard (without the interface MCU).

If I insert a USB cable in the USB connector of the nRF micro I cannot see any virtual COM on my PC.

How could I use the USB peripheral of the nRF micro as virtual COM for logging purpose in the Zephyr OS?

Thanks in advance.

Related