Hello, I've read here https://devzone.nordicsemi.com/f/nordic-q-a/24490/nrf52-dk-changing-reset-pin-from-p0-21-to-somewhere-else that reset pin cannot be reconfigured to any pin except pin 21. Can I use GPIOTE with different pin somehow to cause SW reset without handling it with cpu? Like pulling pin 21 down to cause reset when other pin is pulled down? Or possibly even with some delay like reset only if pin X is pulled low for e.g 1 second? It would be great if it worked even if cpu is halted, interrupts disabled etc. Thanks.