Spi flash expansion and WebBase(from Pvvx)
Posted:
Tue Dec 30, 2014 3:44 pm
by alonewolfx2
I have CFEON F16-100HIP 16mbit spi flash. Can i use this with esp8266? How? Any help is welcome
Edit:
-Now we are working big 16mbit spi. Thanks Pvvx.
-We have new webserver. Thanks Pvvx again
-Here is code link.
https://yadi.sk/d/xB_vsQ_bdqeMg
Re: Spi flash expansion for esp8266
Posted:
Tue Dec 30, 2014 5:13 pm
by gicho
Not sure if it will work but you can see what guys at Olimex are using:
https://www.olimex.com/Products/Modules ... ematic.pdfW25Q16BVSSIG from Winbond.
The price should be < 0.70USD even for small orders.
Re: Spi flash expansion for esp8266
Posted:
Tue Dec 30, 2014 5:49 pm
by peteben
Not sure why you would need that much space, but the Espressif data sheet I have says you can use up to 128M flash. That would be 16MB! If you're looking for a direct replacement, though, I think that 16Mb is the largest that you can get in the SOIC-150mil package.
You do know that you can load firmware starting at 10000h instead of 40000h? That gives you 6c000h or 442k for code!
Pete
Re: Spi flash expansion for esp8266
Posted:
Wed Dec 31, 2014 3:24 am
by alonewolfx2
I want to try webserver with image files
that's why I need replacement. I will try and share results.