Search found 1 match

by vincecube
Fri Mar 22, 2024 1:30 pm
Forum: General Discussion
Topic: nvs_flash_init_partition returns ESP_ERR_NVS_NOT_ENOUGH_SPACE
Replies: 1
Views: 1337

nvs_flash_init_partition returns ESP_ERR_NVS_NOT_ENOUGH_SPACE

Chip : ESP32 NVS custom partition size : 16 kB Hi, When calling nvs_flash_init_partition on a NVS custom partition at startup, the function returns ESP_ERR_NVS_NOT_ENOUGH_SPACE error. This NVS custom partition is meant to hold only blob data, some of which are written only once and some are written ...