cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 playback example

carloV
Associate II

Is there an application or example about an "audio playback" project using the SAI interface (SAIA-SAIB) connected to a Codec ?

I'm using the Nucleo NUH723ZG board.

 

Thank you, Carlo

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

Hello,

The closest example I can give is the Audio example provided for STM32H743I-EVAL board. For this you need to download STM32H7 Cube package from here: https://www.st.com/en/embedded-software/stm32cubeh7.html, unzip it and look at the example provided under the path: Projects\STM32H743I-EVAL\Applications\Audio\Audio_playback_and_record

Look at audio BSP implementation for this board: specifically stm32h743i_eval_audio.c/stm32h743i_eval_audio.h

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
SofLit
ST Employee

Hello,

The closest example I can give is the Audio example provided for STM32H743I-EVAL board. For this you need to download STM32H7 Cube package from here: https://www.st.com/en/embedded-software/stm32cubeh7.html, unzip it and look at the example provided under the path: Projects\STM32H743I-EVAL\Applications\Audio\Audio_playback_and_record

Look at audio BSP implementation for this board: specifically stm32h743i_eval_audio.c/stm32h743i_eval_audio.h

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.