cancel
Showing results for 
Search instead for 
Did you mean: 

SRAM as EEPROM

acer
Associate II
Posted on August 06, 2013 at 17:24

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

2 REPLIES 2
Posted on August 06, 2013 at 17:46

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.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
acer
Associate II
Posted on August 06, 2013 at 21:57

Thankx clive.