Part Number: CC2564C
Other Parts Discussed in Thread: TLV320AIC3254, CC2564
I have the BTchip working with A3DP profile. Music is playing but from time to time there are short audio drops. Looking at the logic analyzer revealed that the bitclock shows some weird behavior: due to repeated Fsync signal (4.68 us instead of 22.32 us) the bitclock signal remains active but the AudioOut-signal shows no activity. This breaks the normal operation cycle and later one bitclock sample is missing, completely. However, there is some AudioOut-signal visible while bitclock is inactive low.
After that the firmware running on MSP432 does synchronize on the fsync signal and audio becomes hearable as before this weird dropout. This happens in random intervalls.
What can be the cause of this?
Remark: I configured the Bluetopia stack to keep the bitclock running only during the sample period and then shutdown bitclock until next fsync pulse. This way I'm able to capture the digital audio from BTmod via SPI with MSP432P401A for further processing.
