Introduction - If you have any usage issues, please Google them yourself
EasyFlash is an open source lightweight embedded flash memory library. It provide convenient application interface for MCU (Micro Control Unit). The developers can achieve more efficient and common application development based on Flash memory. The library currently provides Three useful features :
Env(environment variables) : A small KV . Support write balance mode(wear leveling) and power fail safeguard.
Let Flash becomes a small NoSQL (non-relational s) model and Key-Value stores . You can be more simple to store setting parameters or running logs and other information which you want to power down to save.
IAP : online upgrade is no longer a difficult thing.
The library encapsulates the IAP (In-Application Programming) feature common interface. Support CRC32 checksum. While supporting the bootloader and application upgrade.
Log : The logs can store to product s flash which has no file-system.