Page 1 of 1

STM32F401 with W5100 shield

Posted: Sun Sep 10, 2023 5:25 pm
by timdf911
Hi,

I wrote some code for a simple webserver project running on a Mega2560 with a W5100 shield - it works fine.
So I thought I'd port the code over to a Nucleo 64 F401 but have been running into problems.
The Nucleo doesn't have the 6 pin ISP connector to interface to the W5100 shield - so I've followed some guides on how to hardwire it but not sure if I've done it correctly to match the library.
Also I suspect have problems with my choice of ethernet library.

Can anyone please help me get out of this hole ?

Thanks Tim