You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok. I found the problem. Now res = SPIFFS_format(&fs); returns SPIFFS_OK.
But here
spiffs_file fd = SPIFFS_open(&fs, path, SPIFFS_CREAT | SPIFFS_TRUNC | SPIFFS_RDWR, 0); i get SPIFFS_ERR_FULL (-10001).
What's the problem?
My functions for AT45DB021
{
u32_t max_bytes_to_read;
u32_t page;
u32_t start_byte_on_page;
And setup
int SPIFFS_Setup(void)
{
spiffs_config cfg;
On res = SPIFFS_format(&fs); I get an error - SPIFFS_ERR_ERASE_FAIL (-10027)
What could be a problem?
The text was updated successfully, but these errors were encountered: