USB deive CDC ACM

My device and Software details are as below

nRF52840 DK

nRF connect SDK 2.0.2

Want to verify USB device role for nRF52840 DK.

Found the below example and its documentation 

samples/subsys/usb/cdc_acm

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/zephyr/samples/subsys/usb/cdc_acm/README.html

The main doubt here is the documentation says "this project requires an USB device driver, which is available for multiple boards supported in Zephyr."

So to test this how i can include driver also in the project before building and flashing the final binary to the nRF52840 board.

Can anyone help with complete steps

Parents Reply
  • We are using nRF52840 DK board to program Target board. Interface is SWDIO lines.
    Connecting nRF52840 DK to PC and tapping SWDIO line to Target board (nRF52840).
    Also as mentioned you before is there any sample application to understand routing the logs through UART.


    Our end use case is to enable USB interface in device mode that connects to Host PC/ Printer.
    Is there any sample code to enable USB Log mode and root logs to USB port.
    in addition to USB, we need to enable UART port also for Host PC interface.

Children
Related