Watchdog timer is not working properly - STM32F051K8
Posted on August 15, 2014 at 15:55Hello,I am having a weird problem with Independent Watchdog timer in my STM32F051K8. Here is my initialization:IWDG ->KR = 0x00005555;IWDG ->PR = 0;IWDG ->RLR = 0x000003FF; // Reload value 1023*(1/(40kHz/4)) ...