2017-04-11 17:48:13 +02:00
|
|
|
# EEPROM emulation STM32 series library
|
|
|
|
|
2020-01-11 09:57:06 +01:00
|
|
|
* http://www.github.com/NimaLTD
|
|
|
|
* https://www.instagram.com/github.nimaltd/
|
|
|
|
* https://www.youtube.com/channel/UCUhY7qY1klJm1d2kulr9ckw
|
2017-04-11 17:48:13 +02:00
|
|
|
|
2020-01-11 09:57:06 +01:00
|
|
|
This is the EEPROM emulation STM32 HAL Library
|
|
|
|
|
2020-05-12 06:08:07 +02:00
|
|
|
You can add your MCU config.
|
2020-01-15 07:47:21 +01:00
|
|
|
|
2020-05-12 06:13:34 +02:00
|
|
|
* [ ] F0 tested.
|
|
|
|
* [x] F1 tested.
|
|
|
|
* [ ] F4 tested.
|
|
|
|
|
2020-01-11 09:57:06 +01:00
|
|
|
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.
|
2020-05-12 06:07:39 +02:00
|
|
|
* Config "eeConfig.h".
|
|
|
|
* Call ee_init().
|
2017-04-11 17:48:13 +02:00
|
|
|
|