- I use custom board for nRF52832
- I connected it with JLink, and installed SD132 with nRFgo Studio (successfully)
- after then, I cannot connect to chip
I attach the log file of result of "nrfjprog -e --log"
I attach the log file of result of "nrfjprog -e --log"
The log you provided says "Device "NRF51822_XXAA" selected", but you say you have a nRF52832 chip on your board. Are you programming it using the correct family parameter? nrfjprog --family nrf52 --eraseall
I got this error. let me share the log.log below
FUNCTION: open_dll.
FUNCTION: open_dll.
FUNCTION: enum_emu_snr.
FUNCTION: enum_emu_snr.
FUNCTION: enum_emu_snr.
FUNCTION: enum_emu_snr.
FUNCTION: connect_to_emu_with_snr.
FUNCTION: connect_to_emu_with_snr.
FUNCTION: connect_to_emu_without_snr.
FUNCTION: enum_emu_snr.
Device "NRF52832_XXAA" selected.
FUNCTION: read_device_version.
FUNCTION: read_device_version.
JLinkARM.dll CORESIGHT_WriteAPDPReg returned error -1.
JLinkARM.dll CORESIGHT_WriteAPDPReg returned error -102.
FUNCTION: close_dll.
FUNCTION: close_dll.
Is there any possibility to use better JLink to nRF52? I have JLink which works well on nRF51, and used it to nRF52
You should be able to program nRF52 board using the same J-Link as you program nRF51 board with? How have you connected the debugger to the chip? This issue usually is due to a faulty connection, wrong voltage, some mistake on the custom board etc. Could you re-check that everything is connected and powered correctly?