EEprom example support flash read/write

Post here first, or if you can't find a relevant section!
Post Reply
starlimitless
Posts: 1
Joined: Tue Feb 02, 2021 3:18 pm

EEprom example support flash read/write

Post by starlimitless »

stm32duino have the example of eeprom handle; Do this function support read/write the flash of stm32 (my mcu type is stm32F103C8T6) :?:
GonzoG
Posts: 403
Joined: Wed Jan 15, 2020 11:30 am
Answers: 27
Location: Prudnik, Poland

Re: EEprom example support flash read/write

Post by GonzoG »

Yes. It uses virtual EEPROM in flash. But it's not recommended to use virtual EEPROM if you will often write data to EEPROM.
On STM32F103C8 you will have 256kB.
Post Reply

Return to “General discussion”