In the NodeMCU v3 specs it says it has 4Mb flash memory. In the ESP-12EX datasheet it says the MCU has no rom, but can boot from an SPI external memory.
However, I don't see any flash memory chip on the board, so I was wondering... where is it ?
In the NodeMCU v3 specs it says it has 4Mb flash memory. In the ESP-12EX datasheet it says the MCU has no rom, but can boot from an SPI external memory.
However, I don't see any flash memory chip on the board, so I was wondering... where is it ?
The ESP12 is a RF module which contains a microcontroller (the ESP8266), and a ROM chip (the 25Q128FVSQ according to this picture I found of its interior).
Picture from here, which also has more details about the NodeMCU.