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
cfg.phys_size = 2*1024; // use all spi flash
cfg.phys_addr = 0; // start spiffs at start of spi flash
cfg.phys_erase_block = 1024; // according to datasheet
cfg.log_block_size = 1024; // let us not complicate things
cfg.log_page_size = 256; // as we said
read: 254[2] < shouldn't be this offset as well multiple of block size ? , or the offset in in blocks ?
read: 1278[2]
read: 0[256]
read: 1024[256]
mount res: 0
errno -10010
errno -10010
The text was updated successfully, but these errors were encountered:
HI,
Using this example: https://github.com/pellepl/spiffs/wiki/Integrate-spiffs
getting SPIFFS_write
mount res: 0
errno -10010
and fd = SPIFFS_open() returns -10001
Free pages = -508
Here is my example
I reduced the size to see read/writes
as:
The text was updated successfully, but these errors were encountered: