I developed a software program based on TI ethernet example (ethernet_ex2_phy_loopback) for TMDSCNCD28388D control card, then ported a TCP/IP stack (open source uIP stack software) onto the low level code supported by TI, when testing a UDP connection between CC3220 Launchpad and TMDSCNCD28388D control card; Ethernet Receive FIFO buffers get overflow after about 2 minutes of successful communication.
When Ethernet Receive FIFO buffers get overflow, the code stops entering the Ethernet RX ISR.
How to increase the receive buffers to overcome this overflow?