Part Number: LAUNCHXL2-RM57L
Tool/software: Code Composer Studio
Hello,
I am using the lwip library on the RM57 launchpad and it is working properly. I am using Raw/TCP for an echo_tcp example, so I can send and receive data to another device on my LAN.
I am finding that the launchpad (it was configured as a server, as in the demo) only receives and transmits the packets on about 250 ms intervals, and I need to send data faster than this. I know that this is possible, because when I use breakpoints in the debug mode, sometimes, I got intervals up to 5 ms.
I thought it was possible to decrease this time by changing parameters in tcpip_tcp_timer(), for example, the TCP_TMR_INTERVAL, so I changed this value from the default of 250 ms to lower values, but I didn't get any change.
I would like to know what parameters I should configure to decrease these time intervals.
Any help is welcome.
Many thanks!