Tool/software: TI C/C++ Compiler
Hi all,
I'm using TM4c1294NCPDT MCU for ethernet application,
I have modified example API (enet_uip) as per our requirement, it's working fine.
TM4c1294 configured as server, client:PC
Communication: TCP/IP, IPV4
Problem Noted:
1. if client request some data, server replied a frame(1460 bytes) which is fine
2. if client request, server needed to transmit more than 1460 bytes which is not working,
how to modified it for multiple frame sending?????
pls support