BSP Audio STM32F756G- DISCO
Hello, I am trying to play wav audio files from and sd card. The reading of the data works fine but the BSP_AUDIO_OUT_Play doesnt work, It get stuck inside the Dafult handler infinite loop.

Hello, I am trying to play wav audio files from and sd card. The reading of the data works fine but the BSP_AUDIO_OUT_Play doesnt work, It get stuck inside the Dafult handler infinite loop.

Hello everyone, I was able to make it work. Here you have bachelor thesis Myproject from github.
You need to modify the SAI configuration like this.

In the sound.c from my project you have a one shot task that will read a wav file and play the audio.
things to take in concideration, if you are going to use RTOS, if a task with higher pririty than the one play the sound is call and start running the audio will stuck in a infinte loop waiting for the dma.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.