I am currently using the CC2564 Bluetooth Chip Module in a project. I am working with the HSP Demo application with CC2564x STM32 Bluetopia SDK. In the "HSPDemo.c" file, within the "HDSET_Event_Callback" function, there is a comment under the "etHDSET_Audio_Connection_Indication" case that says "Initialize the STM32F I2S as master, the CC256X PCM as slave and DAC CS43L22 I2S as slave, all at 8KHz sample rate."
I am not using the DAC CS43L22. Instead, I am using the TLV320AIC codec with CC2564. Therefore, I did not include the "AUDIO.c" file in the project. I am planning to configure CC2564 as the master and the TLV320AIC codec as the slave. Afterwards, I intend to observe the configured frequency from the AUD_FSYNC output of the CC2564MODN module.
My question is how can I configure CC2564 as the master? Thank you in advance for your answers.
Furkan