By: Benjamin Yaroch,
created: 2013-04-17
| updated: 2016-04-17
A driver for communicating with the Wiznet iEthernet W5200 Fast SPI Ethernet Controller IC. This driver launches into its own COG then reads and writes to the W5200. Routines are written in both ASM and SPIN to establish communication, transfer data, and change settings.
Included in the zip is a demo to show how to use the driver. The Propeller will offer up a webpage when the IP address is entered into a web browser.
Version 1.0
Initial release
Version 1.1
Increased Speed - Eliminated NOPs and increased write speed to 20mhz.
Version 1.2
Burst Mode supported - W52000 burst mode was added which increases read/write speed.
Version 1.3
nReset Bug - Fixed reset problem at boot
Comments
Jeff Ledger replied on Permalink
[originally posted by Anonymous on 2012-06-20 14:16:42] Very nice piece of code. Thank you for this. Is this your first submission? Quite fine.
Pages