Page 1 of 1

nvs_set_str returns ESP_ERR_NO_MEM?

Posted: Wed Nov 09, 2022 11:35 am
by freeride01
Pretty much what the title says.
I'm trying to write a string to NVS flash with nvs_set_str. Sometimes it is successful, sometimes it returns ESP_ERR_NO_MEM, which is not even among the error codes it can return, according to documentation.
Checked heap and stack highwater mark, there is more than enough available.
Any idea what's going on?

Re: nvs_set_str returns ESP_ERR_NO_MEM?

Posted: Fri Nov 11, 2022 3:49 am
by ESP_Sprite
Just a guess, but possibly your NVS partition is full?