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

NRF52840DK USB CDC driver error!

Hi. Does anyone know where I can download the CDC ACM diver for windows 7?

I am running the example on the nRF52 dev kit, but I get an error as windows can't find the driver.

project path:nRF5_SDK_15.0.0_a53641a\examples\peripheral\usbd\pca10056\blank\arm5_no_packs.

usb_drivers path:nRF5_SDK_15.0.0_a53641a\examples\usb_drivers.

now,the device have a nRF52 USB CDC Demo,but the driver fail.

Parents Reply
  • It could be that windows have problems with the path you are using. Could you try to copy the usb_drivers folder to C, and install it from there instead. I.e. C:\usb_drivers, and then install the driver from that folder instead.

    The folder should contain the nordic_cdc_acm.cat and nordic_cdc_acm.inf file:

    Then in Device Manager, right click on the nRF52 device, and select "Update Driver Software":

    Select Browse my computer for driver software:

    Select the new folder, C:\usb_drivers, and click next

Children
Related