Convert IoLibrary Into BSD Socket Style on W5500-EVB
by bingdo72 in Circuits > Microcontrollers
1181 Views, 4 Favorites, 0 Comments
Convert IoLibrary Into BSD Socket Style on W5500-EVB
W5500-EVB platform was announced by WIZnet. So I implemented a firmware of W5500-EVB by using BSD socket API because I can handle a source code easily.
You can know http://wizwiki.net site. Please refer to the following step.
Prepare Materials
Please refer to the following.
1. W5500-EVB board. ( http://www.shopwiznet.com/w5500-evb )
2. Mini USB cable
3. LAN cable
Hardware Connection
Please connect an USB cable and LAN cable.
You can get more HW info by the following site.
http://wizwiki.net/wiki/doku.php?id=products:w5500:w5500_evb:start
Prepare Development Environment
I prepared LPCXpresso development environment by the following site.
http://wizwiki.net/wiki/doku.php?id=osh:lpcxpresso:start
I installed LPCXpresso IDE. If you install a tool, you are ready for running this project.
## Reference
W5500 ioLibrary source : https://github.com/Wiznet/ioLibrary_Driver
Software : GitHub Repository
I opened source codes of this project in GitHub.
https://github.com/bingdo/Loopback_BSD_LPC11E36_LPCXpresso
You can download this project files. And then import project into LPCXpresso.
After compile, you can run an application of W5500.
This project is open for everyone. I expect your participation to improve a quality of project.
Downloads
How to Run : Test Result
1. To program FW into a target by Flash Magic tool.
2. To reset a target.
3. To check Host IP and Server.
4. To connect a target through Client tool.
5. Confirm an echoback operation.
You can see the test result.
Thank you for your attention.
*Tip : If you register in www.wiznetian.com and work actively, you can get a sample cheaper than E-sales as well as a free sample.