STM32N6 JPEG DMA corruption when using PSRAM for frame buffer
Hi ST Community,I’m working on a JPEG encoding pipeline using the STM32N6570 Discovery Kit, and I’m running into an issue when storing both my input and output buffers in PSRAM.Setup:Both JPEG Encoder input (RGB_ImageAddress) and output (jpgBuffer) b...