2023-09-11 01:47 AM
Hi,
I need to use EEPROM Emulation for my project's needs. I'm using STM32F401RCT6. I tried to use EEPROM emulation in STM32F40x/STM32F41x microcontrollers (AN3969) but after several tries, I only got errors as screenshot at below:
Any help would be appreciated, thanks.
2023-09-11 02:05 AM
Hello @omeraydin
I suggest you to use on of those exemples :
Best regards.
II
2023-09-11 02:28 AM
Hello @omeraydin,
Perhaps you are using different implementation of xx_hal_flash.h file maybe for a different product. You need to pay attention to the driver being used.
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.
2023-09-11 03:20 AM - edited 2023-09-11 03:24 AM
please check the library used for eeprom and your function implemention.
may be your "NbPages" or "PageAddress" should be "NbSectors"/"Sectors".
Do check your flashstruct
2024-03-25 11:40 PM