Other Parts Discussed in Thread: CC2560B, CC2564, CC2640R2F,
Hi,
I'm looking at a design with the CC2560B/CC2564C Bluetooth controller for streaming audio (sink) together with a command/control stream. The main MCU is (most likely) an STMF7 device. The STMF7 will be doing significant audio effects processing and I would like to keep the Bluetooth SBC decoder off of this device. To use dual-mode, I would need another MCU (say, MSP432 or STMF4) to handle A2DP and some custom BLE command/control profile.
An alternative is to use CC2560B/CC2564C in single mode with A3DP configured and command/control via SPP (Android) or iAP2 (iOS).
1) In this configuration, can I run SPP and iAP2 concurrently with A3DP?
2) Would there still be a need for part of the Bluetooth stack to run on the main MCU or could I avoid that by configuring a serial HCI channel between CC256x and STMF7?
Regards,
ac