STM32-EEPROM-SPI icon indicating copy to clipboard operation
STM32-EEPROM-SPI copied to clipboard

STM32 libriary for SPI EEPROM ST M95xxx

STM32 libriary for SPI EEPROM ST M95xxx

This libriary is consists of two files:

  • Inc/STM32_EEPROM_SPI.h
  • Src/STM32_EEPROM_SPI.c

Lib is tested with STM32F103C8T6 and M95640-W. You can use configured STM32CubeMX configuration from F103-EEPROM.ioc.


TODO:

  • Add "Cycling with Error Correction Code"
  • Add Hold condition
  • Add Write Protect condition

You are welcome to review the code and update it.