I have a TI-RTOS applicatio running on Stellaris LM3S9D2 processor.
NDK is 2_22_01_14
BIOS is 6_34_04_22
XDC Tools 3_24_06_63
Compiled under CCS using ARM compiler 6.0.6
I have TCP, UDP and PPP protocols enabled on the IP stack.
The applications runs and I don't get any network errors but after around 70 pings it stops responding for a few minutes, then will start responding again. Does similar with TCP connections, I can connect and disconnect 10 - 15 times but then won't connect again but after 4 or 5 minutes (haven't timed exactly) I can ping again and connect again.
I would like some advice as to where I can start looking to determine what is happening and why.
It is like as though memory is used up at a quicker rate than it is freed.
The longer I wait before trying the pings again the more I will get back before it stops responding again, same with TCP connections.