EEE4STM32/README.md

26 lines
662 B
Markdown
Raw Normal View History

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.
2020-05-12 06:16:31 +02:00
* [ ] L0 tested.
2020-05-12 06:13:34 +02:00
* [x] F1 tested.
2020-05-12 06:16:31 +02:00
* [ ] L1 tested.
* [ ] F2 tested.
* [ ] F3 tested.
2021-01-18 07:48:54 +01:00
* [x] F4 tested.
2020-05-12 06:16:31 +02:00
* [ ] L4 tested.
* [ ] F7 tested.
2020-05-12 06:16:47 +02:00
* [ ] H7 tested.
2020-05-12 06:13:34 +02:00
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