FlashStorage_STM32F1 Library

Working libraries, libraries being ported and related hardware
Post Reply
khoih-prog
Posts: 102
Joined: Thu Feb 27, 2020 7:54 am
Location: Toronto

FlashStorage_STM32F1 Library

Post by khoih-prog »

FlashStorage_STM32F1 Library

How To Install Using Arduino Library Manager

Why do we need this FlashStorage_STM32F1 Library

Features

The FlashStorage_STM32F1 library, inspired from Cristian Maglie's FlashStorage, provides a convenient way to store and retrieve user's data using emulated-EEPROM, from the non-volatile flash memory of STM32F1/F3, including non-genuine CH32F103xx, CS32F103xx, etc. boards with 32KB, 64KB and 128KB Flash.

The flash memory, generally used to store the firmware code, can also be used to store / retrieve more user's data and faster than from EEPROM. Thanks to the buffered data writing and reading, the flash access time is greatly reduced to increase the life of the flash.

Currently, the library supports both new STM32 core v2.0.0 and previous STM32 core v1.9.0

Currently supported Boards

1. STM32F1/F3 boards with / without integrated EEPROM


Changelog

Releases v1.0.1

1. Fix mistake in initial releases

Releases v1.0.0

1. Initial release to support STM32F1/F3 boards with / without integrated EEPROM
2. Tested using genuine STM32F103, or CH32F103/CS32F103 boards with 32KB, 64KB or 128KB Flash Size
3. Configurable Flash Sector to use
4. FlashStorage size is 1024 bytes (including 1-byte valid and 4-byte signature)
Post Reply

Return to “Libraries & Hardware”