This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1294NCPDT: TCP interrupt

Part Number: TM4C1294NCPDT


Hello,

I'm developing RTOS software with NDK. I used the example provided tcpecho.

I would like to have an interruption when receiving a frame in order to unlock a semaphore.

Do you have an example that generates an interruption when receiving a frame?

Thanks in advance.

Best regards 

Christophe G

  • Hi,

      Sorry, we don't have such an example. Although I'm not an TI-RTOS expert, one idea I can think of is that you generate the semaphore_post() based on your required conditions when you receive the data in tcpWorker as shown in the tcpecho example.