3 Forks
7 Stars
7 Watchers

FlashStorage_STM32F1

The FlashStorage_STM32F1 library aims to provide a convenient way to store and retrieve user's data using the non-volatile flash memory of STM32F1/F3. It's using the buffered read and write to minimize the access to Flash. It now supports writing and reading the whole object, not just byte-and-byte. New STM32 core v2.0.0 is supported now. Useful if the EEPROM is not available or too small. Currently, STM32F1/F3 are supported.

How to download and setup FlashStorage_STM32F1

Open terminal and run command
git clone https://github.com/khoih-prog/FlashStorage_STM32F1.git
git clone is used to create a copy or clone of FlashStorage_STM32F1 repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with FlashStorage_STM32F1 https://github.com/khoih-prog/FlashStorage_STM32F1/archive/master.zip

Or simply clone FlashStorage_STM32F1 with SSH
[email protected]:khoih-prog/FlashStorage_STM32F1.git

If you have some problems with FlashStorage_STM32F1

You may open issue on FlashStorage_STM32F1 support forum (system) here: https://github.com/khoih-prog/FlashStorage_STM32F1/issues