W5100 ineterfacing with stm32
i want modbus TCP/IP communication in my stm32f429 Nucleo board, for that i brought one W5100 module and connected module via SPI 1 port of controller, i also added io- driver library in my project tree from WIZnet for communication with W5100 module , when i am trying to ping from my lap cmd is showing destination host unreachable, i added W5100.h, socket.h, wiznet config.h file and respective c files also added to my project tree , any sample code available to check whether W5100 is communicating with my system.
