Hi, I am testing ble audio with STM32WBA55G-DK1 board. I develop my ble audio application with tmap profile. I referred to BLE_Audio_TMAP_Periopheral project provided by ST. It can be paired and enable le audio. But when i play the music on the an...
HI, I am using STM32WBA55G-DK1 board to develop ble audio device. When i call CAP_EnableAudioCodecController, it return 0x91. I have reviewed the assembly code of the project and found that CAP_EnableAudioCodecController will call hci_read_loca...
HI, I am developing my ble audio headphone with STM32WBA55G-DK1.But when i called the CAP_Init function which provided by ST with binary library, the CAP_Init function return BLE_STATUS_OUT_OF_MEMORY. I compared with the STM32WBA55G-DK1 demo applic...
Hello My Project is based on STM32WBA55G-DK1 to develop my ble headphone.But when i called CAP_Init API, it returned BLE_STATUS_OUT_OF_MEMORY. I don't know which parameter is causing this issue. Following Parameters are my ble config. #define CFG_...
HI, I am developing my ble audio project with STM32WBA55G-DK1. I need use SAI interface as audio input interface. I have an annoying problem. I configure RCC before init ble stack. I choose use pll1rclk as system clock. But i call the BleStack_In...
Hi,TMANE.1 According to your suggestion, i checked my ble_codec.c and realized that some ble_codec functions were not implemented. I copied the missing functions from BLE_Audio_TMAP_Periopheral, and then the parameter of CAP_UNICAST_PREFERRED_QOS_REQ...
Hi,TMANE.1 Thank you very much first.68.819 Min Controller Delay in Source role 134278377 us68.819 Max Controller Delay in Source role 536897392 us68.819 Min Controller Delay in Sink role 537001136 usThese strange values will not be changed event ...
Hi, I change CFG_BLE_NUM_GATT_SERVICES、CFG_BLE_NUM_GATT_ATTRIBUTES、CFG_BLE_ATT_VALUE_ARRAY_SIZE, and the CAP_Init will not return BLE_STATUS_OUT_OF_MEMORY, but return 0x7. What does the error code 7 mean? Thanks
HI, I known where change the RCC configuration. LINKLAYER_PLAT_RCOStartClbr and LINKLAYER_PLAT_RCOStopClbr call scm_setsystemclock,which willchange the RCC configuration.It is related to RCO calibration。What is RCO? Thanks