Other Parts Discussed in Thread: CC2564,
Hello!
We are looking into a Dual Mode Bluetooth solution. We have what we need to evaluate the CC2564 (CC256XQFNEM) on the STM3240G-EVAL.
What we need is Bluetooth Classic to play audio (A2DP, HFP, and AVRCP profiles), and BLE (as a peripheral) to connect to a phone for command/control/status and BLE (as a central) to connect to a simple remote. BLE will probably be custom profiles. Also we would like to port the code over to a lower power ST32L4 series micro (not ST32F4).
We’ve looked at the SDK a bit, and ran the demos, and seems that the porting should be doable (thanks to HAL), integration of all the profiles should be doable as well with some effort. If you have any resources that could speed up our development, that would be great, but what my main concern is if everything is possible, we don’t want to put in the effort into integrating and then run into a “gotcha”.
I'm understand that when we run A3DP we cannot run BLE, but dual mode is still doable, we need to offload some of the processing (decoding to the host). I believe the AUDDemo does that. My plan of action would be to use AUDDemo as a starting point, convert and add unassisted HFP, and then add BLE...
Thank you in advance for your response.