2010-08-23 01:01 PM
RTC after power down
2011-05-17 05:04 AM
How are you powering down? The RTC should maintain across a ''STANDBY'' operation, provided you identify PWR_FLAG_SB state in your RTC configuration code, and don't stomp on the RTC by reinitializing it when the STM32 comes back up from this state.
Use PWR_EnterSTANDBYMode(); to get the STM32 into it's minimal power state.