Access to WICED library source code - Bluetooth Stack

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

cross mob
MiTo_1583836
Level 5
Level 5
50 likes received 25 likes received 10 likes received

I am reviewing the WICED environment, especially the pre-compiled libraries (*.a) for Bluetooth and Wi-Fi products.

I see for example:

/Library/bluetooth/internal/stack/LE/Lib_Bluetooth_LE_Stack.ThreadX.ARM_Cortex_M3.debug.a

or

/Wiced/Network/NetX/NetX.ARM_Cortex_M3.debug.a

Is there a way to have access to the source code of these libraries? Is there a specific agreement that can be put in place with Broadcom to access the source code that has been used to generate the libraries?

0 Likes
1 Solution

Our BLE stack is in ROM and not available as source.

View solution in original post

0 Likes
3 Replies
Anonymous
Not applicable

I don't know about Bluetooth library.

About NetX, it's a commercial product and royalty is required normally.

So in order to use it free by WICED customer, it needs to be provided as a binary image.

If you would like to have source code, you can choose FreeRTOS/LwIP.

0 Likes

Ok thanks, let's see if someone can comment on the Bluetooth stack.

0 Likes

Our BLE stack is in ROM and not available as source.

0 Likes