2024-11-21 10:18 PM
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?
2024-11-22 12:41 AM - edited 2025-01-27 02:34 AM
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