stm32f4xx-hal icon indicating copy to clipboard operation
stm32f4xx-hal copied to clipboard

Implement DMA for DualI2s.

Open ProjectRobal opened this issue 1 year ago • 2 comments

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?

ProjectRobal avatar Apr 25 '24 10:04 ProjectRobal