Hi:
I'm using CC2564B for a audio project, with both HFP & A2DP supported. (we want BLE and A2DP coexsit ,so A3DP fucntion is not enabled).
Here is the situation:Our mcu with only one I2S port , so we want the CC2564B and MCU share the same CODEC (Wolfson8731).
After some tests:
1.The MCU's I2S disabled(set I2S pio to input),the CC2564 streamming SCO to CODEC successfully.
2.The MCU's I2S enabled,the MCU streamming A2DP SBC decoded data to CODEC successfully.
3.The MCU's I2S enabled,send HCI_VS_Write_CODEC_Config (0xFD06) to CC2564,the MCU streamming A2DP SBC decoded data to CODEC failed.
So, compare with 2 & 3, is there a vs command which can be used to close CC2564's codec ? (back to the status befort HCI_VS_Write_CODEC_Config was sent)
Thank!