-->
Page 1 of 1

Can I replace a >32Mbit SPI flash on ESP8266 module?

PostPosted: Tue Oct 10, 2017 11:38 am
by water
I want to replace a >32Mbit SPI flash(e.g W25Q128) on ESP8266 module with ISP bus connected,not HSPI external, is it work?
the normal firmware v1.9.2 is support it ?
how biggest size of SPI flash supported in ESP8266 ?

Re: Can I replace a >32Mbit SPI flash on ESP8266 module?

PostPosted: Tue Oct 10, 2017 4:00 pm
by QuickFix
The ESP8266 supports a maximum of 16MB (= 128Mb), so you can't upgrade your board with anything larger than a 25Q128.

If you need to store more data (for instance images), you could opt for an SD-card connected to HSPI. :idea:

Re: Can I replace a >32Mbit SPI flash on ESP8266 module?

PostPosted: Wed Oct 11, 2017 8:43 am
by water
Testing,thanks.