We're developing firmware for a custom board that uses the NRF5340. Today one of the developers reported that they were no longer able to communicate with the board over SWD. As far as they are aware, nothing unexpected or exceptional happened before this occurred. After some debugging it was found that the reset line (normally HIGH thanks to the internal pullup on the NRF5340) is hovering around 0.478V when the device is powered on (voltage rails are stable at 3V). When we pull the reset line up to 3V the device works as expected.
I'm wondering if you have any insight into why the reset line might be lower than expected, and if there's anything I can do to recover this board through software. It seems there is no PINRESET register for the NRF5340? Thanks in advance.