Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 10 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.
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