when i use nrfjprog.exe download my application code,Change nrfjprog.exe --eraseall --program ble_module.hex --verify --reset to nrfjprog.exe --eraseall --program ble_module.hex --verify --pinreset ,then return error code 8
when i use nrfjprog.exe download my application code,Change nrfjprog.exe --eraseall --program ble_module.hex --verify --reset to nrfjprog.exe --eraseall --program ble_module.hex --verify --pinreset ,then return error code 8
Then you're not using the newest version of nrfjprog, the arguments in nrfjprog --eraseall --program ble_module.hex --verify --pinreset
can not be combined in the newest version.
I am afraid that I do not understand what you mean. Could you clarify what you mean by enabling the reset pin without powering down the chip? Also have you been able to program thsi chip before?