I'm working on a battery - operated device where the battery is soldered onto the device, which makes it inconvenient to pull power to the device. I might be able to get to the reset pin on the nRF52, but that's unlikely.
Is there any way (documented, undocumented, whatever) that I can use to reset and reconfigure the WDT besides Pin, Brownout, or Power? I can't pull power and the batteries are designed to last 4+ year. We don't use the pin to reset the chip when programming. We use the SWD reset command, which is interpreted by the NRF52 as a reset.
Are there any options or am I just completely boned here?