2013-08-06 08:24 AM
I can not find examples in C code of how to use the SRAM of STM32F205 as Backup (as EEPROM), someone could help me. I searched the ST site and Google
2013-08-06 08:46 AM
Enable the clock on the backup SRAM (BKPSRAM @ 0x40024000) and access it like regular memory.
\STM32F2xx_StdPeriph_Lib_V1.1.0\Project\STM32F2xx_StdPeriph_Examples\RTC\BKP_Domain\main.c2013-08-06 12:57 PM
Thankx clive.