cancel
Showing results for 
Search instead for 
Did you mean: 

EEPROM Emulation on STM32F303VET6

kumarairia
Associate II

Hi ST Team,

I’m working with an STM32F303VET6 and need help with EEPROM emulation. I’m looking for guidance on the correct Flash setup, example code for read/write, and best practices for reliability.

Any ready examples or tips for integrating this into STM32CubeIDE/EWARM would be really helpful.

Thanks in advance for your support!

2 REPLIES 2
Imen.D
ST Employee

Hello @kumarairia 

There is an application code STSW-STM32112 EEPROM emulation in STM32F3xx microcontrollers, delivered with this application note AN4056: EEPROM emulation in STM32F30x/STM32F31x STM32F37x/STM32F38x microcontrollers with demonstration program.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Saket_Om
ST Employee

Hello @kumarairia 

Please refer to the example below:

STM32CubeF3/Projects/STM32303E_EVAL/Applications/EEPROM/EEPROM_Emulation at master · STMicroelectronics/STM32CubeF3

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Saket_Om