Need to disable wifi module CYE43455 using reg on reset pin

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

cross mob
divyeshmarne
Level 2
Level 2
10 sign-ins 5 replies posted First solution authored

Hi Team,

We have integrated cyw43455 with IMX8MM processor in android 11 code base and it is working fine.

but as per the requirement we need to disable wifi for sometimes using reset pin. 

When I make

1. regon pin (reset pin) low - WIFI disable 

2. After that making regonreset pin high - WIFI should turn on (but it is not working) . - looks like power on sequence issue.

Could you please help here to disable wifi using reset pin? What changes need to be done here ?

 

thanks

Divyesh

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

 

Note: For both the WL_REG_ON and BT_REG_ON pins, there should be at least a 10 ms time delay between consecutive toggles
(where both signals have been driven low). This is to allow time for the CBUCK regulator to discharge. If this delay is not followed,
then there may be a VDDIO in-rush current on the order of 36 mA during the next PMU cold start.

and attach the power on timing here:

View solution in original post

0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

 

Note: For both the WL_REG_ON and BT_REG_ON pins, there should be at least a 10 ms time delay between consecutive toggles
(where both signals have been driven low). This is to allow time for the CBUCK regulator to discharge. If this delay is not followed,
then there may be a VDDIO in-rush current on the order of 36 mA during the next PMU cold start.

and attach the power on timing here:

0 Likes