STM32U595 GPDMA DCMI High resolution image overrun error
Hi,I’ve been struggling to get an image from an image sensor using DCMI via GPDMA on an STM32U595.The sensor outputs a 1280x800 image in 12-bit RGGB Bayer format, which I’ve configured correctly. That gives 12 bits per pixel, and I want to capture th...