Calling SPIFFS.begin(true) -> esp_vfs_spiffs_register returns with ESP_ERR_NO_MEM
Posted: Wed Jan 11, 2023 4:25 pm
I have a complex firmware with lot of functionality for a unique design board withESP32-WROVER-IE-N16R8. Now as I merge different functions together I ran into issue with SPIFFS.
Especially calling SPIFFS.begin(true) funtion, it returns with ESP_ERR_NO_MEM. Previously it was working well with webserver + ethernet but now when I am using webserver + wifi + spi I ran into this issue.
What can be the issue? How can allocate more memory for that?
When building the code I have this memory usage: Any idea will be welcomed.
Thanks!
Especially calling SPIFFS.begin(true) funtion, it returns with ESP_ERR_NO_MEM. Previously it was working well with webserver + ethernet but now when I am using webserver + wifi + spi I ran into this issue.
What can be the issue? How can allocate more memory for that?
When building the code I have this memory usage: Any idea will be welcomed.
Thanks!