I have found that if creating a separate NVS partition (See table below) I get an ESP_ERR_NVS_NO_FREE_PAGES error when calling nvs_flash_init_partition(..) in case the size is 0x1000. When changing the size to 0x2000 it works without an error....
Re: NVS customized partition - ESP_ERR_NVS_NO_FREE_PAGES Postbyjomi26@gmail.com»Thu Feb 11, 2021 3:23 pm Hi ESP_Minatel, thanks for the quick reply. I have studied the NVS documentation again and checked my code. What I have found is that I always need to have at least one fu...