cancel
Showing results for 
Search instead for 
Did you mean: 

Wav player using DAC in STM32F429

farouk majdoub
Associate II
Posted on July 26, 2017 at 13:32

Hello,

I noticed that the stm32F429 disco does not have the CS43L22 circuit nor a 3.5mm jack for audio output as its rival the F407, but it has two internal DAC output, which can be used to play a wav file.

If anyone has an example compatible with HAL libraries would be very nice !

Farouk

#stm32f429-disco #wav
2 REPLIES 2
Christopher Pappas
Senior II
Posted on July 26, 2017 at 19:17

While it is not a direct code solution, 

http://www.st.com/content/ccc/resource/technical/document/application_note/05/fb/41/91/39/02/4d/1e/CD00259245.pdf/files/CD00259245.pdf/jcr:content/translations/en.CD00259245.pdf

 offers a detailed instruction on how to implement an audio  WAV player from FATFS using the internal DAC and DMA/TIM6. It is toward the end of the document.
Posted on July 28, 2017 at 14:49

Thank you

Pappas.Chris

for your reply,

Well after reading this application note, thisexample seemsfor SPL library, and i didn't find this examplein the STM32F1 firmware pack !

I don't understand why this function was not integrated directly into the cubeMX