EEPROM library for STM32F4
Posted: Tue Mar 14, 2023 9:40 am
Hi.
I am using the Roger's core in the Arduino IDE 2.0.3. Board type STM32F4VE.
I have a need to implement Flash based EEPROM in STM32F4 family controller. In Roger's core, this is implemented only for controllers of the STM32F1 family. For this, the corresponding EEPROM library has been created.
The problem is that this library is not suitable for the STM32F4 family. It is known that the STM32F4 family uses a different register's map to control flash memory than the STM32F1. So I'm asking for help in solving this problem. Maybe someone has a library for implementing EEPROM for Roger's core.
Thanks for any help.
I am using the Roger's core in the Arduino IDE 2.0.3. Board type STM32F4VE.
I have a need to implement Flash based EEPROM in STM32F4 family controller. In Roger's core, this is implemented only for controllers of the STM32F1 family. For this, the corresponding EEPROM library has been created.
The problem is that this library is not suitable for the STM32F4 family. It is known that the STM32F4 family uses a different register's map to control flash memory than the STM32F1. So I'm asking for help in solving this problem. Maybe someone has a library for implementing EEPROM for Roger's core.
Thanks for any help.