STM32F401RCT6 EEPROM Emulation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-11 1: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.
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-11 2:05 AM
Hello @omeraydin
I suggest you to use on of those exemples :
- X-CUBE-EEPROM1 exemples (3 exemples devlopped by ST)
- exemple devlopped by an independent developer.
Best regards.
II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-11 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-11 3:20 AM - edited ‎2023-09-11 3: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-25 11:40 PM
