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

User avatar
By alonewolfx2
#5985 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
User avatar
By peteben
#5991 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
User avatar
By alonewolfx2
#6012 I want to try webserver with image files :) that's why I need replacement. I will try and share results.