-->
Page 1 of 2

Swapping flashed SPI Flash chip to a new ESP8266

PostPosted: Thu Dec 15, 2016 9:46 am
by gaara
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.

Re: Swapping flashed SPI Flash chip to a new ESP8266

PostPosted: Thu Dec 15, 2016 9:48 am
by martinayotte
Right !

Re: Swapping flashed SPI Flash chip to a new ESP8266

PostPosted: Thu Dec 15, 2016 9:52 am
by gaara
martinayotte wrote:Right !


Excellent. Thanks for the fast reply!

Re: Swapping flashed SPI Flash chip to a new ESP8266

PostPosted: Thu Dec 15, 2016 2:15 pm
by lethe
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.