Collaborative Coexistence is written in CYW20706
Datasheet P.9.
But I can't find that How to use? I want to link third
party wlan device.
but, There is no explanation anything.
I find only this function in API.
void wiced_bt_coex_enable | ( | void | ) |
but there is no parameter. no description. no pin
settings.
Please teach me. How to use it?
Thankyou.
Solved! Go to Solution.
The CYW20706 supports the proprietary Cypress Global Coexistence Interface (GCI) which is a 2-wire interface. This can be used with other Cypress devices and not with 3rd party devices. wiced_bt_enable_coex() is used to enable GCI on CYW20706. It uses just two pins: SECI_IN and SECI_OUT. For more details on coex, refer to the datasheet of CYW20706.
I am afraid you cannot use coex between CYW20706 and a 3rd party device.
The CYW20706 supports the proprietary Cypress Global Coexistence Interface (GCI) which is a 2-wire interface. This can be used with other Cypress devices and not with 3rd party devices. wiced_bt_enable_coex() is used to enable GCI on CYW20706. It uses just two pins: SECI_IN and SECI_OUT. For more details on coex, refer to the datasheet of CYW20706.
I am afraid you cannot use coex between CYW20706 and a 3rd party device.