EEPROM emulation for stm32.
Go to file
taskforce88 0b37729194 Update eeprom.c
Changed from "==false" to "!=HAL_OK" on line 58
2017-10-19 11:15:32 +02:00
eeprom.c Update eeprom.c 2017-10-19 11:15:32 +02:00
eeprom.h First release 2017-04-11 20:13:59 +04:30
eepromConfig.h First release 2017-04-11 20:13:59 +04:30
LICENSE Initial commit 2017-04-11 20:13:25 +04:30
README.md Update README.md 2017-04-11 20:18:13 +04:30

EEPROM emulation STM32 series library


I hope use it and enjoy.
I use Stm32f103C8 and Keil Compiler and Stm32CubeMX wizard.
I only test On this chip yet.
Please Do This ...

1) Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
2) Config your EEPROMConfig.h file.