EEPROM emulation for stm32.
Go to file
Nima Askari ----- نیما عسکری 9a1fc7f0cc
Update README.md
2020-05-12 08:37:39 +04:30
ee.c V 2.0.0 2020-05-12 08:35:35 +04:30
ee.h V 2.0.0 2020-05-12 08:35:35 +04:30
eeConfig.h V 2.0.0 2020-05-12 08:35:35 +04:30
LICENSE Initial commit 2017-04-11 20:13:25 +04:30
README.md Update README.md 2020-05-12 08:37:39 +04:30

EEPROM emulation STM32 series library

This is the EEPROM emulation STM32 HAL Library

it's easy to add your MCU config.

How to use this Library:

  • Select "General peripheral Initalizion as a pair of '.c/.h' file per peripheral" on project settings.
  • Include Header and source into your project.
  • Config "eeConfig.h".
  • Call ee_init().