8 bit microcontroller and w5500

Hi there,

I want my system as internet client so i would like to know if W5500 chip is full supported from 8bit microcontrollers like avr ATmega or it needs arm 32bit? Which ethernet library and SPI driver are ok to be used with winavr or codevision (language C/C++)? Or the common solution from arduino and w5100 is the 8bit way?

Thanks

Hi,
Any MCU with SPI interface or GPIO can use W5500.
Current, W5500 driver is provided with 32-bit ARM or many OSHP as like auduino.
For more detail, refer to
[url]http://www.wizwiki.net/wiki/doku.php?id=products:w5500:driver[/url]
[url]http://www.wizwiki.net/wiki/doku.php?id=ioshield[/url]

Thank you.