how to setup an ble audio project via STM32CubeIDE
Hi,
I am setting up an ble audio project with STM32CubeIDE。There is no ble audio choose with STM32_WPAN view in STM32CubeMX。I just can select the ble choose that is Starts from a skeleton project with host stack & GAP and GATT initialization。
I copy the audio directory that contais ble audio library and headers from origin STM32Cube_FW_WBA_V1.3.0 to My Project/Middlewares/ST/STM32_WPAN/ble directory。But when i regenerate code from STM32CubeMX,the audio directory will be empty. How should I configure on STM32CubeMX to avoid empty my audio directory?
Thanks