Quantcast
Channel: WIzWiki : Wiznet Community
Viewing all articles
Browse latest Browse all 137

W5500 driver for Parallax Processor

$
0
0

Parallax Processor

Do you know the Parallax processor? It’s a multicore microcontroller, with shared memory and a built-in interpreter for programming in a high-level object-based language, called Spin™, and low-level (assembly) language. With the set of pre-built Parallax “objects” for video, mice, keyboards, NTSC/VGA displays, LCDs, and sensors, your application is a matter of high-level integration with Propeller microcontrollers. The Propeller is designed for high-speed embedded processing while maintaining low power, low current consumption and a small physical footprint. For more information >>

Porting W5500 driver on parallax

In 2012, I ported the W5200 driver on Parallax using Mke Gebhard’s source code. What I did was changing  the SPI routine and modifying the read/write function. In this work I didn’t use the assembler language for  better code readability and easy porting. Recently I made another porting for W5500 and tested some interesting examples.  Most interesting example is the Html 5 Webserver showing the real time data in the graph and all the source code are opened on Github,

Html5_Graph


Viewing all articles
Browse latest Browse all 137

Trending Articles