Tool/software:
Hi,
I am using TM4C1294KCPDT micro controller and RTOS is TI for my application.
For Ethernet TCP/IP communication, i am created a task based and my controller act as a server. whenever data received from client task will starts work, inside this i am able to send data to client.
But my issue is i am not able send data outside the task, outside the task i am using same ClientID and TCP/IP send function for data transfer but it will not work.
Whenever my program come out from the task the data not able to transfer.
I am attached source code here.Aligner_V00.zip
Regards,
Yuvaraj