Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By martinayotte
#34300 As I answered in another thread, the SPIFFS location and size are defined in the linker script used depending of menu option choosen. For a 512K/64L SPIFFS, it looks like :
Code: Select allPROVIDE ( _SPIFFS_start = 0x4026B000 );
PROVIDE ( _SPIFFS_end = 0x4027B000 );
PROVIDE ( _SPIFFS_page = 0x100 );
PROVIDE ( _SPIFFS_block = 0x1000 );