This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

programming pins

Hello All,

I am working on nrf52832 and i designing the custom board for the same for my application , which all pins i need to select as programming pins to dump the code on my chip??

Parents
  • Since the MCU is an ARM Cortex you need to use SWDIO/SWDCLK to program it, along with a VCC and GND connection. The pins for SWDIO and SWDCLK are fixed, so you need to use those.

  • As a side note. The SWD pins can't be used for anything else (unlike on some MCU's where SWD pins can be reconfigured by the Application to become GPIO)

Reply
  • As a side note. The SWD pins can't be used for anything else (unlike on some MCU's where SWD pins can be reconfigured by the Application to become GPIO)

Children
No Data