8 years, 3 months ago.

client.is_connected() always return false

I try this example: https://developer.mbed.org/teams/WIZnet/code/W5500HelloWorld/

Why my client.is_connected() always return false? I use Nucleo F103RB and WIZ550io. Then, I tried both WiznetW5500 and WIZ550io library but the results were same.

client.is_connected() always return false even though I get client.get_address().

I hope someone can help me. Thanks.

Question relating to:

TCP Echo example of W5500 Ethernet Kit for IoT. W5500

SOLVED. Don't use PA_7, PA_6, and PA_5 for SPI. Use PB_5, PB_4, and PB_3.

posted by Yaqub Prabowo 22 Jan 2016
Be the first to answer this question.