ESP8266EX is embedded with Tensilica L106 32-bit micro controller (MCU), which features extra low
power consumption and 16-bit RSIC. The CPU clock speed is 80MHz. It can also reach a maximum
value of 160MHz.
The high frequency clock on ESP8266EX is used to drive both transmit and receive mixers. This clock is generated from the internal crystal oscillator and an external crystal. The crystal frequency can range from 26MHz to 52MHz.
According to our current version of SDK provided, SRAM space that is available to users is assigned
as below:
- • RAM size < 36kB, that is to say, when ESP8266EX is working under the station mode and is
connected to the router, programmable space accessible to user in heap and data section is
around 36kB.)- • There is no programmable ROM in the SoC, therefore, user program must be stored in an
external SPI flash.
On the other hand, the quotations you mention are quite clear. What is exactly not clear or contradictory about them?