STM32U5: ADF1 plus LPDMA plus SDMMC
I've been working on a custom STM32U595 board which uses ADF1 to read from a digital MEMS microphone and store audio samples in a SRAM4 buffer using the LPDMA. A circular buffer is implemented where LPDMA1 reads samples from ADF1 and generates interr...