2021-04-21 03:41 AM
Im using stm32f429 controller,now in our project i want to play audio in wav format.
now sd card read function working fine,data transfer from uc to DAC using i2c DMA mode.
but now only noice is play.
what to do now ?
any suggestion ?
Solved! Go to Solution.
2021-04-26 08:45 AM
Hello @LOGU ,
I advise you to refer to the working example under STM32CubeF4 MCU package, that allows to record a .wav file, store in the USB Key and play it.
Please mark my answer as best by clicking on the "Select as Best" button if it helped :)
Imen
2021-04-26 08:45 AM
Hello @LOGU ,
I advise you to refer to the working example under STM32CubeF4 MCU package, that allows to record a .wav file, store in the USB Key and play it.
Please mark my answer as best by clicking on the "Select as Best" button if it helped :)
Imen
2021-04-27 08:44 PM
Hello @Imen DAHMEN
thanks for your message and i will check.