Search found 4 matches

by polamagdygeo
Sun May 23, 2021 3:00 pm
Forum: Hardware
Topic: ESP32-S2 DMA transactions between SPI2 and external PSRAM
Replies: 4
Views: 3226

Re: ESP32-S2 DMA transactions between SPI2 and external PSRAM

Anyone can tell us ,Is this feature planned to be done or not and what's the expected date to release it?
by polamagdygeo
Sun Apr 25, 2021 4:49 pm
Forum: Hardware
Topic: ESP32-S2 DMA transactions between SPI2 and external PSRAM
Replies: 4
Views: 3226

Re: ESP32-S2 DMA transactions between SPI2 and external PSRAM

Not yet ,They told me that "The driver of EDMA is under development and need more time to finish and test it."
by polamagdygeo
Tue Apr 06, 2021 4:56 pm
Forum: Hardware
Topic: ESP32-S2 DMA transactions between SPI2 and external PSRAM
Replies: 4
Views: 3226

Re: ESP32-S2 DMA transactions between SPI2 and external PSRAM

Can someone clarify these points to me? 1- External RAM cannot be used as a place to store DMA transaction descriptors or as a buffer for a DMA transfer to read from or write into. Any buffers that will be used in combination with DMA must be allocated using heap_caps_malloc(size, MALLOC_CAP_DMA) an...
by polamagdygeo
Sun Apr 04, 2021 5:08 pm
Forum: Hardware
Topic: ESP32-S2 DMA transactions between SPI2 and external PSRAM
Replies: 4
Views: 3226

ESP32-S2 DMA transactions between SPI2 and external PSRAM

Hello

I'm planning to use ESP32-S2 in a new product that has a TFT screen and I want to let a DMA controller handle the transactions between external PSRAM (holding TFT screen buffer) and SPI2 (interfacing with the LCD).

Can this be done?

Is there any other better suggestion?