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

Moderator: igrr

User avatar
By esparduino
#45642 hello everyone,

i am using the esp8266 with the arduino ide for a while and i have some questions about the module:
1. is the sketch stored on the spiffs?
2. if the answer on Q1 is yes can you put the sketch on the esp8266 chip itself or does the esp chip itself not contain flash?


thanks
User avatar
By martinayotte
#45704 1 - No ! The Sketch binary is located at the beginning of the Flash, not inside the SPIFFS.
Here is a graph that shows the locations of the different flash pieces :
http://esp8266.github.io/Arduino/versio ... ystem.html

2 - The ESP8266 doesn't have any internal flash, it is always accessing stuff from external one, either for codes or for SPIFFS files or for WiFi configs.