STM32H750 - Watchdog Timer Processing (Handy hint)
Hi All, I had the need to use the independent watchdog timer and rather than a straight reset of the system I wished to put the system into a fault mode. You can do this by examining the RCC control and status register (CSR) viz: int main(void) { ...