2017-07-22 08:37 PM
hi
im wondering is there any eeprom that i can save some byte in it?
if there is how to access it and how to write to it?
im not using cubemx and im writing in registers directly
#stm32f0 #eeprom #flash-memory2017-07-23 12:58 AM
Hello!
There is not exist internal EEPROM
2017-07-23 10:45 AM
Dear
ansari.navid
,On these STM32 series we have only Flash pages of 1Kbytes or 2 Kbytes depending on the device. You can dedicate one or two pages to emulate an EEPROM and store bytes, On the flash defaut state is 0xFF {initially erased} and when you write a data you will store 0x 0 to erased bits. For more details on advanced techniques refer to our EEPROM emulation App notes. Latest published one is on L4 series very similar.
Cheers,
STOne -32