2017-02-22 06:35 PM
Hello! I want to use STM32 cube mx and stm32f4 discovery board to play WAV(or other format) file in micro sdcard use DAC of stm32. I search on google but don't have result. Can anyone help me? Thanks.
2017-02-22 07:18 PM
Hello,
did you check the projects in
\Projects\STM32F4-Discovery\Applications\Audio\Audio_playback_and_record
and
\Projects\STM32F4-Discovery\Examples\DAC\DAC_SignalsGeneration
in the STM32Cube_FW_F4 directory?
regards,
Max
2017-02-23 01:12 AM
Yep. I did it. but I want from SD card to DAC only. not use I2S or CS43L22.
2017-02-23 06:16 AM
Then at this point, you may need to dirty your hand a bit and merge the 2 examples.
Sending the data to the DAC instead of the I2S is not that difficult...