ESP8266 Support WIKI

User Tools

Site Tools


esp8266_memory_map

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
esp8266_memory_map [2014/12/31 03:28]
admin
esp8266_memory_map [2015/07/26 19:48]
dkinzer
Line 1: Line 1:
-** please someone fix up this page, needs an edit! ** 
- 
 ====== ESP8266 Memory Map ====== ====== ESP8266 Memory Map ======
  
Line 11: Line 9:
 ===== Memory Layout ===== ===== Memory Layout =====
  
-|  ​Address ​ ​| ​ ​Name  ​   ​Size ​   ​Type R/W Description ​| +Address ​  ^  ​Name  ​   ​Size ​   ​Type R/W Description ​                               ^ 
-| 00000000h |        |            | Exc  |     | Causes fault when reading. +| 00000000h |        |            | Exc  |     | Causes fault when reading. ​                | 
-| 20000000h |        |            | No   ​| ​    | Unmapped, repeated pattern of 00 80 00 00. +| 20000000h |        |            | No   ​| ​    | Unmapped, repeated pattern of 00 80 00 00. | 
-| 3FF00000h | dport0 |      1000h | I/O  | RW? | Memory-mapped I/O, repeated every 100h. +| 3FF00000h | dport0 |      1000h | I/O  | RW? | Memory-mapped I/O, repeated every 100h.    | 
-| 3FF10000h |        |            | No   ​| ​    | Unmapped, zeroes. +| 3FF10000h |        |            | No   ​| ​    | Unmapped, zeroes. ​                         | 
-| 3FF20000h | ?      |            | ?    | RW? | Unidentified data. +| 3FF20000h | ?      |            | ?    | RW? | Unidentified data.                         | 
-| 3FF30000h |        |            | No   ​| ​    | Unmapped, zeroes. +| 3FF30000h |        |            | No   ​| ​    | Unmapped, zeroes. ​                         | 
-| 3FFC0000h | ?      |     ​20000h | ?    | RW? | uint32 mapping to the address it is located at. What is this? +| 3FFC0000h | ?      |     ​20000h | ?    | RW? | uint32 mapping to the address it is located at. What is this? | 
-| 3FFE0000h |        |            | No   ​| ​    | Unmapped, zeroes. +| 3FFE0000h |        |            | No   ​| ​    | Unmapped, zeroes. ​                         | 
-| 3FFE8000h | dram0  |     ​14000h | RAM  | RW  | User data RAM. Available to applications. +| 3FFE8000h | dram0  |     ​14000h | RAM  | RW  | User data RAM. Available to applications. ​ | 
-| 3FFFC000h |        |      4000h | RAM  |     | ETS system data RAM. +| 3FFFC000h |        |      4000h | RAM  |     | ETS system data RAM.                       | 
-| 40000000h | brom?  |     ​10000h | ROM  | RW? | Internal ROM. May be writable somehow, but details unknown. +| 40000000h | brom?  |     ​10000h | ROM  | RW? | Internal ROM. May be writable somehow, but details unknown. ​| 
-| 40010000h |        |            | No   ​| ​    | Zeroes. Assumed to be unmapped. +| 40010000h |        |            | No   ​| ​    | Zeroes. Assumed to be unmapped. ​           | 
-| 40100000h | iram1  |      8000h | RAM  | RW  | Instruction RAM. Used by bootloader to load SPI Flash <​40000h. +| 40100000h | iram1  |      8000h | RAM  | RW  | Instruction RAM. Used by bootloader to load SPI Flash <​40000h. ​| 
-| 40108000h |        |            | ?    |     | Zeroes. +| 40108000h |        |            | ?    |     | Zeroes. ​                                   | 
-| 40140000h |        |            | ?    |     | Repeated pattern of 59 31 d8 ec. +| 40140000h |        |            | ?    |     | Repeated pattern of 59 31 d8 ec.           | 
-| 40200000h |        |            | ?    |     | SPI Flash is mapped here. Mapping hardware has 32KBytes cache (Unconfirmed). Non-cached code runs 12...13 times slower than code from IRAM. Cached code runs as fast as from IRAM. This area is readable as data with aligned 4-byte reads. +| 40200000h |        |            | ?    |     | SPI Flash is mapped here. Mapping hardware has 32KBytes cache (Unconfirmed). Non-cached code runs 12...13 times slower than code from IRAM. Cached code runs as fast as from IRAM. This area is readable as data with aligned 4-byte reads. ​| 
-| 40300000h |        |            | ?    |     | Unmapped, repeated pattern of 00 80 00 00. +| 40300000h |        |            | ?    |     | Unmapped, repeated pattern of 00 80 00 00. | 
-| 60000000h | ?      |      1000h | I/O  | RW? | Uncached I/O +| 60000000h | ?      |      1000h | I/O  | RW? | Uncached I/O                               | 
-| 60001000h | ?      |       800h | ?    | RW? | Uncached I/O +| 60001000h | ?      |       800h | ?    | RW? | Uncached I/O                               | 
-| 60001800h | ?      |       800h | ?    | RW? | Uncached. Mapped to 60001000h?​ +| 60001800h | ?      |       800h | ?    | RW? | Uncached. Mapped to 60001000h? ​            | 
-| 60002000h |        |            | Exc  |     | Causes fault when reading. +| 60002000h |        |            | Exc  |     | Causes fault when reading. ​                | 
-| 70000000h |        |  90000000h | No   ​| ​    | Unmapped, repeated pattern of 00 80 00 00.+| 70000000h |        |  90000000h | No   ​| ​    | Unmapped, repeated pattern of 00 80 00 00. |
  
-=== SPI Flash ROM Layout (without OTA upgrades) ===+===== SPI Flash ROM Layout (without OTA upgrades) ​=====
  
-This is for ESP IoT SDK version 0.8 and above.+^ Address ^ Size ^           ​Name ​           ^      Description ​                          ^ 
 +|  00000h | 248k | app.v6.flash.bin ​         | User application ​                          | 
 +|  3E000h | 8k   | master_device_key.bin ​    | OTA device key. **Unconfirmed**:​ Not used without OTA | 
 +|  40000h | 240k | app.v6.irom0text.bin ​     | SDK libraries ​                             | 
 +|  7C000h | 8k   | esp_init_data_default.bin | Default configuration,​ see note below      | 
 +|  7E000h | 8k   | blank.bin                 | Filled with FFhMay be WiFi configuration |
  
-| Address | Size |           ​Name ​           |      Description ​     | +//This is for ESP IoT SDK version 0.8 and above.  ​Note that the address at which the default configuration is stored is always 16K from the end of the Flash memory.  ​The address given in the table above is for a 512KB Flash chip.//
-|  00000h | 248k | app.v6.flash.bin ​         | User application +
- 3E000h | 8k   | master_device_key.bin     | OTA device key. *Unconfirmed:​* Not used without OTA +
- 40000h | 240k | app.v6.irom0text.bin ​     | SDK libraries +
-|  7C000h | 8k   | esp_init_data_default.bin | Default configuration +
-|  7E000h | 8k   | blank.bin ​                | Filled with FFh. May be WiFi configuration+
  
-== SPI Flash ROM Layout (with OTA upgrades) ==+===== SPI Flash ROM Layout (with OTA upgrades) ​======
  
-This is for ESP IoT SDK version 0.8 and above, supporting OTA upgrades. +Address ​Size         Name          ​      Description ​       ​^
- +
-Address ​Size         Name          ​      Description ​       ​|+
 |  00000h | 4k   | boot.bin ​             | Bootloader ​              | |  00000h | 4k   | boot.bin ​             | Bootloader ​              |
 |  01000h | 64k  | app.v6.flash1.bin ​    | User application,​ slot 1 | |  01000h | 64k  | app.v6.flash1.bin ​    | User application,​ slot 1 |
Line 58: Line 54:
 |  41000h | 64k  | app.v6.flash1.bin ​    | User application,​ slot 2 | |  41000h | 64k  | app.v6.flash1.bin ​    | User application,​ slot 2 |
 |  51000h | 180k | app.v6.irom0text1.bin | SDK libraries, slot 2    | |  51000h | 180k | app.v6.irom0text1.bin | SDK libraries, slot 2    |
 +|  7C000h | 8k   | esp_init_data_default.bin | Default configuration,​ see note below      |
 |  7E000h | 8k   | blank.bin ​            | Filled with FFh. May be WiFi configuration. | |  7E000h | 8k   | blank.bin ​            | Filled with FFh. May be WiFi configuration. |
  
-==== Exception Vectors ====+//This is for ESP IoT SDK version 0.8 and above, supporting OTA upgrades. ​ Note that the address at which the default configuration is stored is always 16K from the end of the Flash memory. ​ The address given in the table above is for a 512KB Flash chip.//
  
 +===== Exception Vectors =====
  
- ​Address  ​     ​Name ​      |+ ​Address  ​     ​Name ​      ^
 | 40000010h | DebugException ​ | | 40000010h | DebugException ​ |
 | 40000020h | NMIException ​   | | 40000020h | NMIException ​   |
Line 71: Line 69:
 | 40000080h | Reset           | | 40000080h | Reset           |
  
-==== Memmory-Mapped I/O Registers ====+===== Memory-Mapped I/O Registers ​=====
  
-Most of them live in 60000000h. +Base Address ​Size Name   ^ Description ​   ^ 
- + 3FF00000h-- |   ? ​ | dport0 | 3FF00014h is a clock setting register. See note 2.                ​
-Base Address ​Size Name  | Description +  ​60000000h ​ |  80h | uart0  | The UART0 config registers, see ''​examples/​IoT_Demo/​include/​drivers/​uart_register.h'' ​ | 
-   60000000h |  80h | uart0 | The UART0 config registers, see `examples/​IoT_Demo/​include/​drivers/​uart_register.h` +  ​60000100h ​ | 100h | spi1   ​**Unconfirmed**: The SPI controller registers, see examples/​IoT_Demo/​include/​driver/​spi_register.h ​ | 
-   60000100h | 100h | spi1  | *Unconfirmed:* The SPI controller registers, see examples/​IoT_Demo/​include/​driver/​spi_register.h +  ​60000200h ​ | 100h | spi0   ​**Unconfirmed**: The SPI controller registers, see examples/​IoT_Demo/​include/​driver/​spi_register.h ​ | 
-   60000200h | 100h | spi0  | *Unconfirmed:* The SPI controller registers, see examples/​IoT_Demo/​include/​driver/​spi_register.h +  ​60000300h ​ |  74h | gpio   ​**Unconfirmed**: The timer config registers, see ''​include/​eagle_soc.h'' ​ | 
-   60000300h |  74h | gpio  | *Unconfirmed:* The timer config registers, see `include/​eagle_soc.h` +  ​60000600h ​ |  28h | timer  **Unconfirmed**: The timer config registers, see ''​include/​eagle_soc.h'' ​ | 
-   60000600h |  28h | timer | *Unconfirmed:* The timer config registers, see `include/​eagle_soc.h` +  ​60000700h ​ |  A4h | rtc    **Unconfirmed**: The RTC config registers, see ''​include/​eagle_soc.h'' ​ | 
-   60000700h |  A4h | rtc   ​| *Unconfirmed:* The RTC config registers, see `include/​eagle_soc.h` +  ​60000800h ​ |  44h | iomux  | The IO MUX config registers, see ''​include/​eagle_soc.h''​. See note 3.  | 
-   60000800h |  44h | iomux | The IO MUX config registers, see `include/​eagle_soc.h` +  ​60000F00h ​ |  80h | uart1  | The UART1 config registers, see ''​examples/​IoT_Demo/​include/​drivers/​uart_register.h''​
-   60000F00h |  80h | uart1 | The UART1 config registers, see `examples/​IoT_Demo/​include/​drivers/​uart_register.h+
- +
-### dport0 (3FF00000h&​ndash;​) +
- +
-* 3FF00014h is a clock setting register. Setting bit 0 changes the CPU to 160 MHz mode. Clearing it means 80 MHz. Note that you need to call `os_update_cpu_frequency(int freq_in_mhz)` when changing the bit. Probably to calibrate timers. The UART divisor is not updated automatically,​ so you also have to call `uart_div_modify(uart_no,​ clock_freq_in_hz / baud_rate_in_baud)`. +
- +
-### iomux Pin Registers (60000804h&​ndash;​60000843h)+
  
 +  - Most of the memory-mapped I/O Registers live in 60000000h--60000FFFh.
 +  - Setting bit 0 changes the CPU to 160 MHz mode. Clearing it means 80 MHz. Note that you need to call ''​os_update_cpu_frequency(int freq_in_mhz)''​ when changing the bit. Probably to calibrate timers. The UART divisor is not updated automatically,​ so you also have to call ''​uart_div_modify(uart_no,​ clock_freq_in_hz / baud_rate_in_baud)''​.
 +  - iomux Pin Registers (60000804h--60000843h)
 +<​file>​
 31    24       ​16 ​       8        0 31    24       ​16 ​       8        0
 -------- -ffff--- -------- ud--UDEe -------- -ffff--- -------- ud--UDEe
-          ​`- Function ​     ||  |||`- Output Enable +          ​\- Function ​     ||  |||\- Output Enable 
-                           ​|| ​ ||`- Output Enable during sleep +                           ​|| ​ ||\- Output Enable during sleep 
-                           ​|| ​ |`- Pull-down during sleep +                           ​|| ​ |\- Pull-down during sleep 
-                           ​||  ​`- Pull-up during sleep +                           ​||  ​\- Pull-up during sleep 
-                           |`- Pull-down +                           |\- Pull-down 
-                           `- Pull-up +                           \- Pull-up 
 +</​file>​
  
-=== References ===+===== References ​=====
  
-[Forum post Memory Layout, p274](http://​www.esp8266.com/​viewtopic.php?​f=5&​t=9&​start=30#​p274+  * [[http://​www.esp8266.com/​viewtopic.php?​f=5&​t=9&​start=30#​p274|Forum post Memory Layoutp274]
-- [Forum post Firmware Dumpp263](http://​www.esp8266.com/​viewtopic.php?​f=6&​t=39&​start=10#​p263+  * [[http://​www.esp8266.com/​viewtopic.php?​f=6&​t=39&​start=10#​p263|Forum post Firmware Dumpp263]
-- [Forum post Memory Layoutp889](http://​www.esp8266.com/​viewtopic.php?​f=5&​t=9&​start=50#​p889+  * [[http://​www.esp8266.com/​viewtopic.php?​f=5&​t=9&​start=50#​p889|Forum post Memory Layoutp889]
-- [Forum post Cloud update documentationp2486](http://​www.esp8266.com/​viewtopic.php?​f=5&​t=454#​p2486) +  * [[http://​www.esp8266.com/​viewtopic.php?​f=5&​t=454#​p2486|Forum post Cloud update documentation,​ p2486]] 
-lx106-rc-2010.1/​xtensa-elf/​lib/​xt2000-rt/​memmap.xmm +  * ''​lx106-rc-2010.1/​xtensa-elf/​lib/​xt2000-rt/​memmap.xmm''​ 
-esp_iot_sdk_v0.9.3/​examples/​IoT_Demo/​ssl/​app/​espconn_ssl.c +  * ''​esp_iot_sdk_v0.9.3/​examples/​IoT_Demo/​ssl/​app/​espconn_ssl.c''​ 
-[ESP SDK linker scripts](https://​github.com/​metalheart/​esp8266/​tree/​master/​ld)+  * [[https://​github.com/​metalheart/​esp8266/​tree/​master/​ld|Github melalheart: ESP SDK linker scripts]]
esp8266_memory_map.txt · Last modified: 2015/07/26 19:48 by dkinzer