Resolved! Filling a Queue with Data from 4 Microphones from 2 different I2S Interfaces
Platform: STM32 Nucleo-H7A3ZI-QGoal: Read audio from four microphones in stereo mode (two mics per I²S interface) via DMA, then enqueue complete stereo frames for processing.1. Hardware & DMA SetupI2S1 handles Mic 1 (left) and Mic 2 (right).I2S2 han...