• can I enable and disable nrf52832 reset pin when code is running

    I find NRF_UICR->PSELRESET[0],[1] can't be written to 0xffff when their values is 0x0015, but the values can be written to 0x0015 when pre values is 0xffff. so, I can't enable and disable nrf52832 reset pin when code is running, right ? here is…