How to play a Wav audio using external cjc4344 DAC and stm32f429 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-21 3: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.
- Labels:
-
Audio
-
DAC
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-26 8: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.
- \STM32Cube_FW_F4_V1.26.1\Projects\STM324x9I_EVAL\Applications\Audio\Audio_playback_and_record
Please mark my answer as best by clicking on the "Select as Best" button if it helped :)
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-26 8: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.
- \STM32Cube_FW_F4_V1.26.1\Projects\STM324x9I_EVAL\Applications\Audio\Audio_playback_and_record
Please mark my answer as best by clicking on the "Select as Best" button if it helped :)
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-27 8:44 PM
Hello @Imen DAHMEN
thanks for your message and i will check.
