2010-05-18 02:32 AM
use EEPROM of STM32
#eeprom-flash-emulation2011-05-17 04:51 AM
Hi ludovic,
It is normal that the example of STM32F103 doesn't work on STM32F107 board (if you mean the STM3210C-EVAL). The EEPROM is not the same at all. For the STM32F103 it is a M24C08 while for the STM32F107 it is a M24C64 and they are very different in addressing modes. To have the latest driver you should download the last version of library V3.3.0http://www.st.com/stonline/products/support/micro/files/stm32f10x_stdperiph_lib.zip
or find the extracted driver attached.2011-05-17 04:51 AM
Hi friends
Have you seen any FWLib library for EEPROM emulation ? There is eeprom.c & eeprom.h but in std_periph_Lib !2011-05-17 04:51 AM
I implement AppNote from ST - EEPROM emulation for Maple platform with a little changes and you can use it with FWLib with a little changes. See more here