Why PSRAM is slower than SRAM and how can one increase the speed of PSRAM in STM32L4R8I.
Background:I am capturing an image on OV5640 Camera module. My camera is connected with STM32L4R9I over DCMI protocol. I am further using DMA1 to take image data and store it in PSRAM (with the help of FMC). From PSRAM, image data is being written on...