armink / EasyFlash

Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB
MIT License
1.99k stars 760 forks source link

EF应该不支持STM32H7吧? #140

Open snikeguo opened 2 years ago

snikeguo commented 2 years ago

STM32H7 一个扇区128K, 最小写粒度是32字节~~~ 估计应该要调整EF的架构,使得放开EF_WRITE_GRAN的宏限制?