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

Programming and Debugging pins for nRF52840 custom board

Hello everyone,

I am preparing customized board using nRF52840, However, I found that SWDIO and SWDCLK are the only two pins available for programmin g and debugging purpose. If I am using Keil as IDE (version 5.6) and ST Link Debugger then suggests me some available options to design my board.

Parents
  • I found that SWDIO and SWDCLK are the only two pins available for programmin g and debugging

    Correct - so use them!

    But remember that you will need GND and Reset - plus a supply reference.

    If I am using Keil as IDE (version 5.6) and ST Link Debugger then suggests me some available options to design my board

    The same way you would use those things with any other board!

    Look at how the Nordic Dev Kits do it.

    Look at how the ST Dev Kits use the ST Link.

    Look at how other boards on the interwebs provide a debug connection ...

Reply
  • I found that SWDIO and SWDCLK are the only two pins available for programmin g and debugging

    Correct - so use them!

    But remember that you will need GND and Reset - plus a supply reference.

    If I am using Keil as IDE (version 5.6) and ST Link Debugger then suggests me some available options to design my board

    The same way you would use those things with any other board!

    Look at how the Nordic Dev Kits do it.

    Look at how the ST Dev Kits use the ST Link.

    Look at how other boards on the interwebs provide a debug connection ...

Children
Related