CYW20719 GPIO Mux Tool?

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

cross mob
ChCh_3584941
Level 4
Level 4
50 sign-ins 25 replies posted 25 sign-ins

Is there documentation or a stand-alone tool that provides options for GPIO Pin-muxing for the CYW20179?  I am aware of the SuperMux Wizard in WICED Studio, but wondering if there is any other resource.

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi ChCh_3584941 ,

There is no other Mux Tool.

You can use wiced_hal_gpio_select_function API directly to assign the pin functionality in application code.

Refer  wiced_hal_gpio file in WICED SDK for API details: /20719-B1_Bluetooth/include/20719/hal/wiced_hal_gpio.h

Thanks,

Anjana

View solution in original post

0 Likes
1 Reply
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi ChCh_3584941 ,

There is no other Mux Tool.

You can use wiced_hal_gpio_select_function API directly to assign the pin functionality in application code.

Refer  wiced_hal_gpio file in WICED SDK for API details: /20719-B1_Bluetooth/include/20719/hal/wiced_hal_gpio.h

Thanks,

Anjana

0 Likes