Hello Nordic Forum!
I'm currently trying to load my firmware into my custom nRF52832 board without success. I'm using the nRF52DK (PCA10040) and the nrfjprog tool.
I'm connecting my board to the HDK as explained here.
My problem is every time I try to run any command, I get the following response:
ERROR: JLinkARM DLL reported an error. Try again. If error condition
ERROR: persists, run the same command again with argument --log, contact Nordic
ERROR: Semiconductor and provide the generated log.log file to them.
make: *** [flash] Error 33
Checking on the forum (see here) I read that both the HDK voltage and the custom board voltage have to be the same, and that's not my case (I have 3.3V where the HDK measures 2.9V/3V).
Is this the reason I'm getting this error? If I buy a Debugging probe by Segger can it work regardless of the voltage? (I prefer to buy the probe than to change my design since the board is already manufactured).
Thanks in advance