Search found 2 matches

by thao996tn_1
Thu Sep 16, 2021 8:09 am
Forum: Hardware
Topic: Does ESP32-C3 support external RAM?
Replies: 2
Views: 2774

Re: Does ESP32-C3 support external RAM?

Not in the same way the ESP32 does, that is, it can't integrate it in the memory map to use transparently in the same way as internal RAM. Obviously, external RAM still is a SPI device, so you can use a SPI channel to manually shuttle data from/to an external RAM chip. I can imagine that's not what...
by thao996tn_1
Thu Sep 16, 2021 5:00 am
Forum: Hardware
Topic: Does ESP32-C3 support external RAM?
Replies: 2
Views: 2774

Does ESP32-C3 support external RAM?

Hello everyone, I am new to ESP32 and feel very interest in ESP32-C3 family. However, I notice that ESP32-C3 does not have External RAM section in its Reference Manual document as other ESP32 chips. There is External Flash section for this SoC only. I am fully aware that the document still not compl...