User Activity

I am using an STM32F411 MCU and I'm trying to set up a watchdog that interrupts, executes my Contactor_Off function, and does an MCU reset if the software doesn't reload the Watchdog counter after 4 minutes, or reloads it way too fast. I thought of u...