I'm a bit confused on the USB pins of the nRF5340 and how to use them. I have the USB D+/D- pins from my nRF5340 connected to the associated pins on a microUSB connector. I would like to get the console output from my application over the USB to a terminal on my Windows computer.
What's confusing about this is that various references to USB on this forum and others refers to UART over USB, but nothing about just straight USB.
If I only have the nRF5340 D+/D- pins connected, and don't have any of the UART pins connected, is there any way to get console output over the USB connection? If so, are there any examples of how to achieve this?