I’m developing a wireless sensor based on MINEW nRF52832 modules.
I use SDK 16 and SEGGER embedded studio.
The target is powered by a 3.6V Lithium Thionil battery via a Power Profiler Kit.
Sometimes during development I noticed the following problem: after loading code in a module it no longer responds. If then I try to connect the module I have the following response from J-Link probe : “Failed to connect to target. No IdCode detected”.
I think this happens when I try to program a module that is in Power-Off mode. Note: there is no component connected to the reset pin.
If this is really the cause of the problem, is there a way to recover the failed modules?