2010-04-23 11:31 AM
2011-05-17 01:00 AM
Most of the people coming to the forums have problems, the lack of traffic is probably a good indicator. The STR912 project I worked on has been deployed.
2011-05-17 01:00 AM
Hello, clive1.
I tried to make battery backup but also failed. I work in IAR. I declare variable foo __no_init, somewhere in program assign foo = 0x85 and print it out at the beginning of main. It shows foo = 0; But RTC itself works. At the beginning of hardware initializations I call: SCU_APBPeriphClockConfig(__RTC,ENABLE); /*enable RTC clock*/ SCU_APBPeriphReset(__RTC,DISABLE); /*RTC out of RESET state*/ and after that: RTC_DeInit(); RTC_SRAMBattPowerCmd(ENABLE); Could you give a hint, what I'm missing? Thanks.2011-05-17 01:00 AM
So, my rep is exaggerating...nobody is using this?