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/
|
2022-12-22 07:52:19 +01:00
|
|
|
* https://www.youtube.com/@nimaltd
|
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
|
|
|
|
2021-03-05 08:51:26 +01:00
|
|
|
* [x] F0 tested.
|
2023-04-03 10:57:36 +02:00
|
|
|
* [x] G0 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.
|
2021-03-05 08:51:26 +01:00
|
|
|
* [x] L4 tested.
|
2020-05-12 06:16:31 +02:00
|
|
|
* [ ] F7 tested.
|
2020-05-12 06:16:47 +02:00
|
|
|
* [ ] H7 tested.
|
2023-07-11 08:48:57 +02:00
|
|
|
* [x] U5 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
|
|
|
|