2024-06-12 07:13 AM
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
Solved! Go to Solution.
2024-06-12 07:29 AM - edited 2024-06-14 11:14 AM
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
2024-06-12 07:29 AM - edited 2024-06-14 11:14 AM
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