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

I have a nrf52840 DK. Is it possible to use the Pin 19 on my development kit to program a nrf52832 that will go on a custom PCB?


I've been trying to use the Adafruit nRF52 library (github.com/.../Adafruit_nRF52_Arduino) and the Arduino IDE to program a nrf52832 using my nrf52840 DK. However, I keep getting 'serial.serialutil.SerialException: Attempting to use a port that is not open
Possible causes:
- Selected Bootloader version does not match the one on Bluefruit device.
Please upgrade the Bootloader or select correct version in Tools->Bootloader.
- Baud rate must be 115200, Flow control must be off.
- Target is not in DFU mode. Ground DFU pin and RESET and release both to enter DFU mode.'

I'm wondering if this is a result of incompatible soft devices but can't find any documentation on the development kit that says whether or not this is the case. 

Parents Reply
  • Sorry meant P19. I currently have a connector that when plugged into my external NRF connects VDD-> VTG, IO->SWDIO, CLK-SWDCLK, GND-> GND. However when I run nrfjprog -i to see if the system is correctly trying to program my external board, I continue to just get the serial number of my DK. To make sure it wasn't the connector,  I also broke out my system and connected everything to P20 but still had the same results. If I'm correctly applying 3 Volts to the VDD pin, what else could be the problem here? 

Children
Related