Hi!
The current project i work on involves adding a headset ability to my device using the HSP demo.
I am working with the CC2564 (as master) and the TLV320AIC3100 (as its slave). My MCU is the STM32L476.
During the "etHDSET_Audio_Connection_Indication" i initialize the I2C lines so that the cc2564 is the master, also, i initialize the TLV320AIC3100 and verify this init by generating a beep.
The problem starts when i try to hear the input from the cc2564 on the speaker (that has just beeped after init), i hear nothing from the speaker though i see changes and reaction on the DIN line.
I suspect that there is a possibility that my init is not correct,
Is the beep a conformation for a successful init?
Please advise on how to debug this issue.