Search found 1 match

by amirgeva
Thu May 21, 2020 9:03 am
Forum: ESP32 Arduino
Topic: Data throughput from PSRAM to GPIO
Replies: 0
Views: 1478

Data throughput from PSRAM to GPIO

I am trying to stream 8-bit data from PSRAM (data too large to fit in DMA'able RAM), to 8 GPIO pins.
Does any one have an idea of the maximum throughput that can be achieved, assuming one core is dedicated for this?
Streaming doesn't have to be hard real-time, but without large time gaps.