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

User avatar
By lilzz
#47570 Flash is storing the firmware and programs(blinky) what's ROM and SRAM storing?

What's ESP's memory map. where's its reset vectors. where does rom , sram , flash mapped to?

what's its total virtual memory size?

In program what does
void ICACHE_FLASH_ATTR mean? what about rom and sram ATTR?