Broadcom BCM4343W A2DP support in FreeRTOS?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Does Broadcom BCM4343W stack support A2DP in FreeRTOS?

Which interface is supported for Audio signal with A2DP?

0 Likes
1 Solution

A2DP profile is implemented in 3,5,2 SDK,

You can look for library here:

pastedImage_0.png

BCM4343W should work. Not sure if we have tested with this platform and also using FreeRTOS.

View solution in original post

0 Likes
3 Replies
Anonymous
Not applicable

This question is for FreeRTOS portion of the WICED-SDK-3.5.2.7z which we are planning to use for the system together with STM32F CPU.

0 Likes

A2DP profile is implemented in 3,5,2 SDK,

You can look for library here:

pastedImage_0.png

BCM4343W should work. Not sure if we have tested with this platform and also using FreeRTOS.

0 Likes
Anonymous
Not applicable

Thanks for the reply. This partially answered the question.

Item left is: Which interface is supported for Audio signal with A2DP?

It seems to me when checking the code that A2DP works by feeding the stereo audio to the BCM4343W through I2S interface.

Is this correct interpretation? Is there any other interfaces supported (e.g. HCI?)

I.e. need to know which kind of hardware arrangement is needed to support stereo bluetooth playback with BCM4343W.

0 Likes