STM32F4 I2S slave Receive with DMA
Posted on November 26, 2012 at 16:14Hello!I try to receive data by I2S3 in slave mode.First of all I tried to program I2S controller and received data by program polling: while(1){ while( (SPI3->SR & SPI_I2S_FLAG_RXNE) == 0 ); SPDiffRxBuffer[T...