EEPROM emulation for stm32.
Go to file
Nima Askari (نیما عسکری) 6ba304e2d8
Update README.md
2023-07-11 08:48:57 +02:00
.github Update FUNDING.yml 2023-05-24 15:14:02 +02:00
ee.c ADD u5 2023-07-11 08:48:02 +02:00
ee.h ADD u5 2023-07-11 08:48:02 +02:00
eeConfig.h ADD g030, g050, g070 2023-04-03 12:26:32 +03:30
LICENSE Initial commit 2017-04-11 20:13:25 +04:30
README.md Update README.md 2023-07-11 08:48:57 +02:00

EEPROM emulation STM32 series library

This is the EEPROM emulation STM32 HAL Library
You can add your MCU config.

  • F0 tested.
  • G0 tested.
  • L0 tested.
  • F1 tested.
  • L1 tested.
  • F2 tested.
  • F3 tested.
  • F4 tested.
  • L4 tested.
  • F7 tested.
  • H7 tested.
  • 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().