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, 9 months ago.
Using Ethernet shield W5500 on Nucleo-f401re
Hi there,
In mBed homepage, They explain that users can use Ehternet shield W5200 on Nucleo-f401re. Now, It was discontinued. so, I buy W5500. I use W5500 Interface library and main.cpp in W5200 example(I changed).
but, It doesnt work!! F401re cant use W5500?? or Anything wrong in my code?? I need your help!
Thanks.
If you are using W5500, can you try the following library and example code (with port pins from the ST32F401RE Nucleo) ?
https://developer.mbed.org/components/W5500/
posted by Sanjiv Bhatia 17 Feb 2016Hi Minho,
posted by Zoltan Hudak 17 Feb 2016You might give https://developer.mbed.org/users/hudakz/code/WebSwitch_WIZ550io a try. Jozsef Voros has successfully tested it with NUCLEO-F401RE and W5500 module without a built-in MAC number.
Zoltan