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.

TMS320F28388D: Receive data and send data in tcpEchoF2838x

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE

Hello, I am new to Ethernet and TI components. I'm running tcpechoF2838x example with IPC interrupt.  I want to loopback data from PC -> CM -> CPU1 -> CM -> PC . I can use IPC interrupt to send data from CM to CPU1 and vice versa. However, this example uses tcpWorker to receive and send data immediately after receiving. Now I want to send data from CM to PC immediately after CM is received data from CPU1 by IPC interrupt. How can I do that?  Thanks in advance!