fix(soc): esp32s3/Fix the DROM_DROM_HIGH limit

Previously the DROM_HIGH_ADDR for esp32s3 was 0x3D000000, which
    convers only 16 MB of address range. But esp32s3 supports 32 MB
    external memory. So this address should be 0x3E000000
pull/13426/head
Aditya Patwardhan 2023-11-09 09:58:17 +05:30
rodzic 2026c783ed
commit 2e973e28dc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: E628B2648FBF0DD8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -253,7 +253,7 @@
/* Overall memory map */
#define SOC_DROM_LOW 0x3C000000
#define SOC_DROM_HIGH 0x3D000000
#define SOC_DROM_HIGH 0x3E000000
#define SOC_IROM_LOW 0x42000000
#define SOC_IROM_HIGH 0x44000000
#define SOC_IRAM_LOW 0x40370000