hoantv / STM32F4_EEPROM

Simulate the Eeprom to store structs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STM32F4_EEPROM

Simulate the Eeprom to store structs

Done:

  • store a struct
  • read a struct

To do:

  • find the current sector in use
  • Check validate sector when write a struct
  • Move data to new sector when full and erase old sector

About

Simulate the Eeprom to store structs


Languages

Language:C 99.5%Language:Assembly 0.5%