Skip to main content
Visitor II
June 12, 2024
Solved

STM32H7 playback example

  • June 12, 2024
  • 1 reply
  • 920 views

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

    This topic has been closed for replies.
    Best answer by mƎALLEm

    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

    1 reply

    mƎALLEmAnswer
    Technical Moderator
    June 12, 2024

    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