Tool/software: TI-RTOS
Hi all,
I am new to TI e2e forum. I am currently working on one Serial(RS232) to Ethernet converter project.
My working environment as follows:
1. Controller - TM4C129ENCPDT
2. TI RTOS Version : 2.1.0.03
3. NDK version : 2.24.0.11
My prototype board is having one RS232 port and one ethernet board. And currently 5 TCP servers are running for 5 TCP connections from slave devices.
I have to push whatever data coming from RS232 to 5 TCP slaves and vice versa. The maximum data length at one instant, I am assuming as 255 bytes.
This project is working fine with small amount of data traffic on TCP connection. I mean if I am pushing data at different time intervals at a minimum time delay of 2-3 seconds with maximum of 10 bytes.
But when I am repeatedly pushing data(255 bytes), the all TCP tasks are getting blocked after a few seconds.
Can anyone tell me what would be the issue.
Thanks and Regards,
Renil Raju