2024-04-24 11:25 PM - edited 2024-04-24 11:30 PM
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
Solved! Go to Solution.
2024-05-13 05:36 AM - edited 2024-05-13 05:37 AM
Hi Xiaojie,
Indeed, you have to choose in STM32CubeMX: Start from a skeleton project with the host stack and GAP and GATT initialization.
Then, to permanently add external files to STM32CubeMX, you need to use the .extSettings file.
For your project, you can use the audio projects available here :
/Projects/STM32WBA55G-DK1/Applications/BLE
Best regards,
Joé
2024-05-13 05:36 AM - edited 2024-05-13 05:37 AM
Hi Xiaojie,
Indeed, you have to choose in STM32CubeMX: Start from a skeleton project with the host stack and GAP and GATT initialization.
Then, to permanently add external files to STM32CubeMX, you need to use the .extSettings file.
For your project, you can use the audio projects available here :
/Projects/STM32WBA55G-DK1/Applications/BLE
Best regards,
Joé