cancel
Showing results for 
Search instead for 
Did you mean: 

how to setup an ble audio project via STM32CubeIDE

Xiaojie
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
_Joe_
ST Employee

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é

View solution in original post

1 REPLY 1
_Joe_
ST Employee

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é