STM32F103 watchdog problem
Posted on February 24, 2016 at 16:02Hello together, I have some problems with the IWDG of the STM32F103RBT6. I hope you can help me. The initialization: // Clear reset flags if( RCC_CSR & (1 << 29)) { RCC_CSR |= (1<<24); } /* Conf...