Save image (1280*960) to external SRAM via DCMI
hi
I am currently working on a project that utilizes the STM32H753 to acquire images through an image sensor called AR1034.
However, the size of the image I am acquiring is 1280*960. Due to the large size, it is not possible to store it inside the MCU, so I want to add an external PSRAM and store it in that memory.
I have completed the basic functional test of the basic image acquisition method and memory storage through DCMI, but when I put these parts together, it does not work properly when I try to save the full size of the image I want to acquire.
When I researched the data, I found that the size that can be acquired at a time in DCMI is set to 65535, so the image must be divided into data, and it is said that SRAM storage is not possible at the same time, so Double Buffer must be utilized...
However, I couldn't find the exact method even after searching, so I'm asking a question. If you have an example or method for this method, please answer.
