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

User avatar
By Eyal
#27513 A recent esp-07 I received seems to have a larger flash than the usual 512KB.
Code: Select all=string.format("%x %x %x %x %x %x %x %x", node.info())
0 9 5 fa271e 1440e0 400 0 2625a00
=string.format("%d %d %d %d %d %d %d %d", node.info())
0 9 5 16394014 1327328 1024 0 40000000

I checked the flashrom project and there is no 0xE0 vendor. 0x4014 suggests a 1MB chip and this is also what node.flashsize() says.

I saw a mention of a JEDEC ID here here of "Goldstar", is it possible?

Anyone knows?

TIA