A PicoTCP driver for the lpc1768 mbed board

Dependents:   lpc1768-picotcp-demo TCPSocket_HelloWorld_PicoTCP Pico_TCP_UDP_Test TCPSocket_HelloWorld_PicoTCP ... more

Revision:
2:a8d9cf10e65a
Parent:
0:b6a2ecc0d29e
--- a/pico_dev_mbed_emac_private.h	Thu Jun 06 07:11:03 2013 +0000
+++ b/pico_dev_mbed_emac_private.h	Sun Jun 09 16:27:08 2013 +0000
@@ -22,11 +22,11 @@
  * DEFINES *
  ***********/
 
-#define EMAC_INTERRUPT_PRIORITY       5 /* the lower the number, the higher the priority */
+#define EMAC_INTERRUPT_PRIORITY       0 /* the lower the number, the higher the priority */
 
 /* EMAC Memory Buffer configuration for 16K Ethernet RAM. */
 #define NUM_RX_FRAG         3           /* Num.of RX Fragments 4*1536= 6.0kB */
-#define NUM_TX_FRAG         4           /* Num.of TX Fragments 3*1536= 4.6kB */
+#define NUM_TX_FRAG         3           /* Num.of TX Fragments 3*1536= 4.6kB */
 #define ETH_MAX_MTU         1536        /* Max. Ethernet Frame Size          */
 
 /* EMAC variables located in AHB SRAM bank 1*/