Other Parts Discussed in Thread: TM4C1294NCPDT
Hi,
TM4C1294NCPDT running the TCPEcho example from TiRTOS examples. Runs nicely and is easy to understand.
I'm new to threads and semaphores etc. How do I use the send() from elsewhere in my code?
The recv() blocks the thread. I can set this to unblocking, but then the send() may get called with length 0, and what makes the thread wait?
It must be a common problem, can you point me at an example please.
Thanks
Richard