Hello! I have a custom board with a NRF52832 chip that is working fine with the last program I flashed into. But since yesterday I can’t access it to load a new code (flash again) and neither I can’t recover it.
I’m using J-Link and I have tried to recover it by nRFgo Studio and also with nrfjprog.
The versions I have are these:
Debugger SEGGER J-Link EDU: v10.10
nrfjprog.exe: 10.6.0
jlINKarm.DLL: 6.62d
nRFgo Studio 1.21.2.10
Although my problem started with other older versions.
When I try to load the new code by KEIL I get these error messages:
And when I try to connect, erase or recover it by nrfjprog I get the following messages and log files:
I have read many questions from the forum and no answer was valid for me. I don’t know what else to do and the problem is that I don’t think that my micro is broken because it is running the last code that allows me to even connect with its BLE.
My code is based in the “ble_peripheral\ ble_app_uart” example of nRF5_SDK_12.3.0_d7731ad sdk. And before this last code I was loading one that tried to change the flash using the FDS library but without success.
May I have removed something of the flash that is needed for being able to erase or recover the micro?
I would appreciate any help. Thanks a lot.