STM32F7 I2S DMA byte order issue
Posted on July 18, 2017 at 18:34Hi,I'm trying to use the STM32F746 I2S2 with DMA (to transmit data), but my datas are send in the wrong byte order.My I2S configuration is : slave TX 32bits @ 192KHzThe DMA send data from a 32bits array in memory to t...