cancel
Showing results for 
Search instead for 
Did you mean: 

Inquiry about STM32Cube_FW_WBA_V1.4.0 example(STM32WBA55G-DK1)

GwangsunKim
Visitor

Hello.
I have a question while using two examples(BLE_Audio_TMAP_Central, BLE_Audio_TMAP_Peripheral) provided in STM32Cube_FW_WBA_V1.4.0.

This example provides voice communication via BLE.

In this process, I want to transmit voice communication data via UART or SPI communication as well as BLE.

However, the configuration for BLE communication is not disclosed in the shared function in the project. (tmap_.app.c, codec_mngr.h)

 

void APP_NotifyTxAudioCplt(uint16_t AudioFrameSize)

CODEC_ReceiveData(TMAPAPP_Context.cis_snk_handle[i], 1, &aSnkBuff[0] + AudioFrameSize/2 + i);

 

void APP_NotifyRxAudioCplt(uint16_t AudioFrameSize)

CODEC_SendData(TMAPAPP_Context.cis_src_handle[i], 1, &aSrcBuff[0] + AudioFrameSize/2 + i);

 

I would like to ask if there is a way to disclose or guide the configuration of this part.

0 REPLIES 0