EEPROM emulation for stm32.
Go to file
2024-08-04 08:17:13 +02:00
.github Initial Setup 2024-08-03 17:32:21 +02:00
EEE4STM32/.project Packet created 2024-08-04 07:22:16 +02:00
STM32-PACK Update Link 2024-08-04 08:17:07 +02:00
LICENSE Initial commit 2017-04-11 20:13:25 +04:30
README.md README.md aktualisiert 2024-08-04 07:32:26 +02:00

EEPROM EMULATION Library for STM32


use it on your own risk



Note

Please Test Any MCU you have and tell me the result.

Caution

EEPROM Emulation Library is based on EEPROM emulation expansion software for STM32Cube .
It is not working on Dual pages Sector-Base Flash ( STM32F429II ...)


This library facilitates EEPROM emulation on microcontrollers by selecting the latest sector or page for emulation space.

Tested List:

STM32F

    • STM32F0
    • STM32F1
    • STM32F2
    • STM32F3
    • STM32F4
    • STM32F7

STM32L

    • STM32L0
    • STM32L1
    • STM32L4
    • STM32L5

STM32C

    • STM32C0

STM32G

    • STM32G0
    • STM32G4

STM32H

    • STM32H5
    • STM32H7

STM32U

    • STM32U0
    • STM32U5

STM32W

    • STM32WB
    • STM32WL
    • STM32WBA

  • Install Library from here
  • Add and enable it.
  • It does not need to any configuration. This Library Select the latest page/sector of the MCU.
  • Generate Code.
  • Set a buffer for Storing the Data ( array, struct, ...)
  • Call the Functions and be happy()

No Video present: