no upgrade or change at this. move to new Library for WIZ550io, W5500 -> http://mbed.org/teams/EthernetInterfaceW5500-makers/code/W5500Interface/

Dependents:   LPC11U68_NTPClient_HelloWorld_WIZ550io

Fork of WIZ550ioInterface by ban4jp -

please get the new Library for WIZ550io, W5500 (WIZnet) http://mbed.org/teams/EthernetInterfaceW5500-makers/code/W5500Interface/

Import libraryW5500Interface

This is the Interface library for WIZnet W5500 chip which forked of EthernetInterfaceW5500, WIZnetInterface and WIZ550ioInterface. This library has simple name as "W5500Interface". and can be used for Wiz550io users also.

Files at this revision

API Documentation at this revision

Comitter:
ban4jp
Date:
Sun Dec 15 12:29:47 2013 +0000
Parent:
7:93e358253dd8
Child:
9:615198a7b82b
Commit message:
Fix reset timing

Changed in this revision

WIZ820io/WIZ820io.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/WIZ820io/WIZ820io.cpp	Sun Dec 15 11:45:50 2013 +0000
+++ b/WIZ820io/WIZ820io.cpp	Sun Dec 15 12:29:47 2013 +0000
@@ -135,10 +135,10 @@
     reset_pin = 1;
     reset_pin = 0;
     //wait_us(2); // 2us
-    wait_us(150); // 150us (w5500)
+    wait_us(500); // 500us (w5500)
     reset_pin = 1;
     //wait_ms(150); // 150ms
-    wait_ms(1500); // 1500ms (w5500)
+    wait_ms(300); // 300ms (w5500)
     reg_wr<uint8_t>(MR, 1<<7);
 #ifdef TARGET_LPC1114
     uint8_t mac[6] = {0x00,0x02,0xf7,0xf0,0x00,0x00};