stm32f4xx-hal
stm32f4xx-hal copied to clipboard
Implement DMA for DualI2s.
Hello, I want to read audio data from ADC using I2S of STM32F411 microcontroller. I want to use DMA to do so. But I have no idea how to configure it. I have created a topic on the rust embedded forum, searching for a solution: https://users.rust-lang.org/t/dma-configuration-for-duali2s/110411 And one of the answers suggests that I cannot use DMA with DualI2s because of HAL oversight. Is that true or am I missing something?