cancel
Showing results for 
Search instead for 
Did you mean: 

Creating new Project with X-CUBE-AUDIO-KIT

JRies
Associate

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?

1 REPLY 1
MOBEJ
ST Employee

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

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.