1

Dependents:   internet_radio_leo

Fork of WIZnetInterface by WIZnet

Revision:
28:0baaa2970201
Parent:
27:1169973d836c
--- a/arch/int/W7500x_toe.cpp	Mon Oct 05 05:44:39 2015 +0000
+++ b/arch/int/W7500x_toe.cpp	Wed Jun 29 04:41:34 2016 +0000
@@ -196,6 +196,12 @@
 	 * 	sreg<uint8_t>(socket, Sn_TXBUF_SIZE, 2);
 	 * }
 	 */
+	 
+	  /**
+	  * Use only one socket with 16 kBytes of RAM for Tx and 16 kBytes of RAM for Rx 
+	  */
+	 sreg<uint8_t>(0, Sn_RXBUF_SIZE, 16); //Vassilis Serasidis
+	 sreg<uint8_t>(0, Sn_TXBUF_SIZE, 16); //Vassilis Serasidis
 }