28 lines
664 B
Markdown
28 lines
664 B
Markdown
# EEPROM emulation STM32 series library
|
|
* http://www.github.com/NimaLTD
|
|
* https://www.instagram.com/github.nimaltd/
|
|
* https://www.youtube.com/@nimaltd
|
|
|
|
This is the EEPROM emulation STM32 HAL Library
|
|
You can add your MCU.
|
|
|
|
* [x] F0 tested.
|
|
* [x] G0 tested.
|
|
* [ ] L0 tested.
|
|
* [x] F1 tested.
|
|
* [ ] L1 tested.
|
|
* [ ] F2 tested.
|
|
* [ ] F3 tested.
|
|
* [x] F4 tested.
|
|
* [x] L4 tested.
|
|
* [ ] F7 tested.
|
|
* [ ] H7 tested.
|
|
* [x] U5 tested.
|
|
|
|
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().
|
|
|