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

schematic to connect micro usb to the MCU NRF52840

Hello everyone a basic question but just to be sure.

I would like to make a custom board and I want to program this board with segger Embedded studio, should I just have to wire D- and D+ with D- and D+ of the MCU or should I need to put Something between.

Thank you for your time and have a good Week end ! 

Best regards,

Arnaud

Top Replies

Parents Reply
  • I said the Dev Kit - not the Dongle!

    Smiley

    EDIT

    It's not clear what you mean by "program this board":

    • "program" as in "develop code for"
    • "program" as in "load code onto"

    For loading (aka "burning") the code into the chip, you will need either an SWD debug interface (eg, JLink) or a bootloader.

    With a bootloader, you would still need the debug interface to initially load the bootloader itself.

Children
Related