stm32f4xx_hal_i2s_ex seems incomplete - doesn't work
Posted on July 08, 2016 at 18:04I'm developing an audio application using STM32F427, using I2S port 3 in ''full-duplex'' mode to interface to ADC and DAC. Trying to use the non-blocking-interrupt method, as I don't want to use DMA and there are seve...