W5500 and CC3200 SPI

Hello,

I am new to using SPI and I am trying to connect the CC3200 as the master. For now I am just trying to establish basic connectivity and get the W5500 to ping via the Ethernet cable. How can I go about doing this? I haven’t been able to find any example code online for this. From what example code I have seen for the CC3200, I have been able to send data to the wiznet, but I am unable to get a reply from the w5500 about if it was received, and I don’t know how to go about sending data from the wiznet back to the CC3200.

Thank you

Hi,
W5500 example is very famous on Arduino site.

If you want to use Arduino Library, refer to [url]https://github.com/Wiznet/WIZ_Ethernet_Library[/url].

If you want to use ioLibrary - offical wiznet library - refer to [url]https://github.com/Wiznet/ioLibrary_Driver[/url].
Documnet are [url]http://wizwiki.net/wiki/doku.php?id=products:w5500:driver[/url]
You looks the example - loopback test - how to use ioLbrary on This page.

Thank you.