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

nrf52840 connect to usb on custom board

Hi,

I am working on a custom nrf52840 board and am having trouble connecting to the usb interface on the chip.  After testing with the dev kit, the adafruit bootloader successfully launches when I connect to the nrf usb on the dev kit.  It also connects when I flash the dev kit with any of the usb examples in the SDK v16.  

I am able to successfully flash my custom board using the swd pins and an external battery, however when I connect my usb cable to the usb pins, the host computer does not recognize that I have plugged the board in despite the nrf receiving enough power.  To connect to usb, do I need to complete any other steps other than making sure to connect the usb ground to nrf ground, usb D+ to nrf pin AD6, usb D- to nrf pin AD4, and usb VDD to nrf pin AD2 and power the board?  

Related