Skip to main content
Visitor II
November 22, 2024
Question

Creating new Project with X-CUBE-AUDIO-KIT

  • November 22, 2024
  • 2 replies
  • 847 views

I am working on an audio application which is to be built on a custom board using STM32H723VG and the X-CUBE-AUDIO-KIT V1.1.1.  I have demonstrated a prototype solution using the pre-built AUDIO-KIT binary loaded on the STM32H735G-DK development board and running LiveTune.  I would now like to use AUDIO-KIT and create the similar real application for my target board with STM32H723VG.

Being relatively new to the STM32CubeIDE (Version 1.16.00) environment I am unclear how to create a new project using the AUDIO-KIT as a foundation and then altering the BSP for my implementation of the H723.  Can someone please point me to documentation or provide assistance for this?

    This topic has been closed for replies.

    2 replies

    ST Employee
    November 22, 2024

    Hello @JRies , 

    To clarify, there are no tools or documentation available in the current version of the audio-kit. If you are looking to port the project to your STM32H723VG  board, the easiest approach is to start from our existing project and modify the files that have dependencies on the hardware/board. Specifically, you should focus on the BSP files .

    Additionally, please carefully review the directory Applications/LiveTune/platform, adapt the configurations in the conf/ folder, and implement the stm32_audio_setup_*.c file for your board to connect audio to the Utility/Audio SW component. 

    Thank you for your understanding .

    Regards

    ST Employee
    June 25, 2025

    Hello, 

    For your information, the documentation regarding porting audio-kit is in the chapter called Source Code Integration

    Middlewares/ST/Audio-Kit/docs/refman/reference_manual.html#source-code-integration


    Hope it helps,

    Regards