STM32F4 I2S with DMA connected to Audio Codec, converting long to float
Posted on August 19, 2013 at 13:54Hi,I have the I2S running on STM32F4 with DMA and Interrupt connected to a 24 bit AD/DA codec, which works fine. I receive/transmit the 64 bit frame based on 4 DMA transfers between SPIx->DR and Memory.Unfortunately...