I am trying to use the SPIFFS for file access however if i use SPIFFS.begin or SPIFFS.format functions the esp resets Endlessly...
Does Anyone has a clue how to solve this issue or how to collect more info and where to debug?
Device information:
esp8266 12e (generic)
Arduino IDE: 1.6.5
esp: 1.6.5-1160-gef26c5f
sketch information:
#include "FS.h"
void setup() {
// put your setup code here, to run once:
Serial.println("Format=" + SPIFFS.begin());
}
void loop() {
// put your main code here, to run repeatedly:
}
Errors as appears at the serial monitor:
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld
ets Jan 8 2013,rst cause:4, boot mode:(3,0)
wdt reset
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
~ld