2015-06-23 08:43 AM
How to keep data in standby mode for STM32F429
2015-06-23 09:16 AM
Put it in the battery backed RAM region?
2015-06-23 09:27 AM
May I ask a little more, how to put them there? Or do you have some samples?
Thanks2015-06-23 10:46 AM
4KB situated at 0x40024000 within the processor's address range, so put structures in it, or memcpy(), etc.
STM32F4xx_DSP_StdPeriph_Lib_V1.3.0\Project\STM32F4xx_StdPeriph_Examples\RTC\RTC_BKPDomain\main.c