Maximum addressable memory expansion available
Posted: Tue May 22, 2018 9:26 am
Dear all,
I'm searching for the biggest addressable memory architecture possible.
I have been reading some documentation and threads regarding the inclusion of extra flash memories and the PSRAM, my idea is understand and confirm which is the maximum addressed memory available to be included on the ESP32 using external memories.
From what I understood, the maximum addressable memory which can be added to the ESP32 is:
- an external 16MiB flash memory mapped to be used as code/data/fs
- an external 4MiB PSRAM mapped as RAM
These memories are in the same SPI with a couple of pins differing.
More additional 16MiB flash external memories can be added but using the SPI2 and SPI3 (HSPI and VSPI) and they can not be mapped as code/data/fs/ram. They should be used through SPI DMA.
Is this correct?
There is another option to achieve more code/data/fs/ram memory?
The support to address more than one flash memory mapped as (code/data/fs), is present on the ESP-IDF roadmap?
Best regards and sorry about the inconvenience
I'm searching for the biggest addressable memory architecture possible.
I have been reading some documentation and threads regarding the inclusion of extra flash memories and the PSRAM, my idea is understand and confirm which is the maximum addressed memory available to be included on the ESP32 using external memories.
From what I understood, the maximum addressable memory which can be added to the ESP32 is:
- an external 16MiB flash memory mapped to be used as code/data/fs
- an external 4MiB PSRAM mapped as RAM
These memories are in the same SPI with a couple of pins differing.
More additional 16MiB flash external memories can be added but using the SPI2 and SPI3 (HSPI and VSPI) and they can not be mapped as code/data/fs/ram. They should be used through SPI DMA.
Is this correct?
There is another option to achieve more code/data/fs/ram memory?
The support to address more than one flash memory mapped as (code/data/fs), is present on the ESP-IDF roadmap?
Best regards and sorry about the inconvenience