Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By gaara
#59527 Hi,

From what I understand, there's no programmable ROM on the esp8266. Does that mean that the esp does not store any information regarding flashes either? If that is the case, theoretically, we could flash the SPI Flash memory using another esp and move it to a new one, correct?

Thanks.
User avatar
By lethe
#59537 There's one possible issue though:
afaik the SDK stores RF calibration data to a flash sector. That may cause issues, if the calibration is for a different device.

You probably should erase that sector before transplantation.