Search found 1 match
- Fri Nov 24, 2017 12:52 pm
- Forum: ESP-IDF
- Topic: [NVS] Smallest partition size
- Replies: 1
- Views: 4030
[NVS] Smallest partition size
Hi guys, I made a simple demo for esp32 to test non-volatile storage on three partitions. You can find the source attached. The demo reads, updates and writes back the value in each partition, then after five seconds it resets. If i use partitions of 8K size, all works properly. The attached file "p...