I'm trying to set up a watchdog on a FeatherS2 to reset the board and restart the code if the watchdog is not refreshed for a certain period of time.
Well that part works, except when it resets it goes into HardFault_Handler and drops into a REPL but I want it to re-run the code instead.
How do I fix that?