This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2564: Combining Bluetooth profiles

Part Number: CC2564

I am looking at using the CC2564 for a new project.  It needs to support both A2DP and HID profiles simultaneously.  I see that each of these profiles is supported, but not sure if they are supported simultaneously. Is this possible with this part?  Or would I need to create a custom profile?

Thanks...

Brian

  • You, can use both the profiles at the same time..

    Thanks
  • Hi Hari,

      Thanks!  I see that one of the MCU recommendations to support the CC2564 is an STM32F4.  Is there a reason that one would need to use the F4 family?  We were considering the STM32F103, as we have a fair amount of experience with this MCU, and it is something our client would prefer.  Is there some capability in the F4 that is not in the simpler F103?  Don't we just need a UART and enough processing power to drive the CC2564 - or is there other functionality needed on the external MCU?

      Thanks...

    Brian

  • The Stack and builds are tested on Cortex-M4 devices. It may work on M3 devices, but not tried.. I do not think, the stack itself uses any M4 specific instructions.. We, will check around if any one has used with STM32F103 and get back..

    Thanks