WIZNet W5500 with additional enhancements
Fork of WIZnetInterface by
Diff: arch/ext/W5500.cpp
- Revision:
- 38:67e763cdde02
- Parent:
- 35:fe3028eda085
--- a/arch/ext/W5500.cpp Wed Oct 11 14:25:44 2017 +0200
+++ b/arch/ext/W5500.cpp Thu Oct 12 12:19:11 2017 +0200
@@ -166,6 +166,7 @@
// hw reset
reset_pin = 1;
reset_pin = 0;
+ setMR(1<<7); // soft reset the hardware reset is connected.
wait_us(500); // 500us (w5500)
reset_pin = 1;
wait_ms(400); // 400ms (w5500)
Helmut Tschemernjak
