To Be Determined. Not yet support RTC of HAL for W7500. Programs using NTPClient as like SMTP have some bug. We will update RTC APIs for HAL.

Dependencies:   WIZnetInterface mbed

Fork of NTPClient_HelloWorld by Donatien Garnier

Revision:
4:b7cbb0d0410c
Parent:
3:1914de305164
--- a/main.cpp	Mon Jun 15 06:27:30 2015 +0000
+++ b/main.cpp	Mon Jun 15 07:11:28 2015 +0000
@@ -7,7 +7,7 @@
 
 int main() 
 {
-    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x1D, 0x62, 0x11};
+    uint8_t mac_addr[6] = {0x00, 0x08, 0xDC, 0x01, 0x02, 0x03};
     
     //eth.init(); //Use DHCP
     eth.init(mac_addr); //Use DHCP