Problem using audio on STM32F7
Hi!
I've been struggling for several days in trying to make a working audio example on my STM32F746 Discovery board.
I have studied the datasheet of the codec, of SAI, I2S and the examples given in the STM32F7 firmware package.
I have succeeded in making them work (audio loopback and audio recording and playback). All is fine and I understood how it works.
The problem is, I want to make it work in my existing project, built with STM32CubeMx (I'm using freertos and TouchGFX).
Have you ever succeded in making work audio with STM32CubeMX? I didn't succeed in initialize the mcu...
Thank you for your help,Charles