User Activity

Posted on August 06, 2014 at 09:15Hi, I am trying to reset the Time and Date (TR/DR) registers in STM32F2xx using a logic as below: reset_func() { // Disable write protection // Enter init mode RTC->TR = 0;    // Reset TR // Exit init mode // Wait f...