Bug: CYW943907AEVAL1F Ethernet interface is not working in WICED Studio 6.1.0.85 !?

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

cross mob
ew
Level 2
Level 2
First like received Welcome!

Hi

The Ethernet interface doesn't get any data, in this two apps:

test.console-CYW943907AEVAL1F download run

and

snip.ping_ethernet-CYW943907AEVAL1F download run

In the WICED Studio 6.0.1.5 the Ethernet interface works perfect with the two apps !!!

Cypress, please give us a workaround, or tell us when the next WICED Studio version will be released !

Thanks

CC

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

We are already aware of this issue which occured because of the NetX/NetX_Duo NS stack upgrade.

Workaround: Don't reinitialize the DHCP in wiced_network.c for the NS you are using. For 6.1.0.85,  comment out the line nx_dhcp_reinitialize( &DHCP_HANDLE( interface ) ); in wiced_network.c (line #1266) for your NS. You should be able to see the ethernet interface up and running.

pastedImage_0.png

View solution in original post

4 Replies
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

We are already aware of this issue which occured because of the NetX/NetX_Duo NS stack upgrade.

Workaround: Don't reinitialize the DHCP in wiced_network.c for the NS you are using. For 6.1.0.85,  comment out the line nx_dhcp_reinitialize( &DHCP_HANDLE( interface ) ); in wiced_network.c (line #1266) for your NS. You should be able to see the ethernet interface up and running.

pastedImage_0.png

ew
Level 2
Level 2
First like received Welcome!

Hi Roy

Thanks, it works with your workaround

Do you have a release schedule for the next WICED-Studio release ?

Thanks

CC

0 Likes
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Please check this threadWICED Studio error message for the release schedule.

MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

We are planning to release WICED Studio 6.2 in the Mid-May time frame.

0 Likes