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

nRF5 SDK 15.3.0 USB CDC not working

Dear Nordic,

I have noticed that the USB CDC exemple stopped working on my nRF52840.

It seems the event APP_USBD_EVT_POWER_READY is never received by the application.

(APP_USBD_EVT_POWER_DETECTED is indeed received however)

Could you check on your side ?

Kind regards,

Vincent Gollé

Parents Reply

  • Hello, AndreasF.

    I have nRF52840 PREVIEW DEVELOPMENT KIT (nRF6828 Rev: 0.9.3).
    Software: Ubuntu 16.04, nrfjprog version: 9.7.3 JLinkARM.dll version: 6.34f, SES 4.12

    My steps are:
    1. Connect DK to PC over 2 USB ports.
    2. Flashing the device with ~/SDK_v15.3.0/examples/peripheral/usbd_cdc_acm/hex/usbd_cdc_acm_pca10056.hex
    nrfjprog --chiperase --reset --program usbd_cdc_acm_pca10056.hex --family NRF52 --verify
    3. Observe $> udevadm monitor - no new devices. Tested under Windows 10 - same result.

    With same example from SDK 15.2.0 on step 3 - new device connected, virtual com port /dev/ttyACM0 available.

    Same story with usbd_ble_uart (device is advertising but connection attempts are failing), usbd examples.

    Breakpoint on APP_USBD_EVT_POWER_READY is never reached.

    regards.

Children
Related