Why does using the STM32N6570DK to display images in PSRAM cause image tearing?
(Please ignore the green area, which is Layer 1 of the LTDC.)I am using an STM32N6570 development board with an external PSRAM (connected via XSPI1) to store camera frame buffers. I have implemented a double-buffering scheme where the DCMIPP writes c...