Question
I2S fullduplex with DMA (stm32f407)
Posted on March 07, 2012 at 15:22
I configure SPI2 and I2S2_ext for running I2S in fullduplex mode
using DMA1_Stream4 and DMA1_Stream2. DMA1_Stream4_IRQHandler called and i2s tx is working fine, but DMA1_Stream2_IRQHandler not called at all. Please help me to find the error. #i2s-dma #stm32f4-dma-i2s2_ext_rx