2024-01-03 01:39 AM
Hi Team,
we are using STM32 for our project there is a need of repeated reading and saving of values, for this purpose currently we are using RTC Backup registers.
RTC_BKP_DR0 0x00000000U
RTC_BKP_DR1 0x00000001U
RTC_BKP_DR2 0x00000002U
RTC_BKP_DR3 0x00000003U
RTC_BKP_DR4 0x00000004U
Each register can store 32 bit values all of them occupied and we need to store additional 24 bit.
Can you please help me to find similar registers to store this 24 bit data.
NB: Other than flash.
2024-01-03 01:57 AM - edited 2024-01-03 02:05 AM
Hi,
STM32 -- which one ?
STM32L031 has eeprom area and 8K ram , for saving some values ->
+
2024-01-03 02:07 AM
Some STM32 have an extra 4 k Ram block powered by the RTC supply. Or think about an external NVRAM.