Hello,
In our application, we have an external watchdog IC. We need to test the timing of that chip during our board power-on self-test.
We currently achieve this by setting the reset pin to a GPIO input, then intentionally triggering the watchdog IC too slowly and verifying it toggles the nRESET pin (P0.21). Once finished that test, we want to change that pin back to a chip reset so that the external watchdog chip can do its job.
We have CONFIG_GPIO_PINRESET enabled, and then in the POST function, run: