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.

RTOS/TMS320C6678: NDK emac client example: how to receive raw packet (Nimu_testRecvRawEth)

Part Number: TMS320C6678

Tool/software: TI-RTOS

Hello, I'm trying NIMU_emacClientExample from "c:\ti\pdk_c667x_2_0_7\packages\ti\transport\ndk\nimu\example\client\c6678\c66\bios\". Function NIMU_testNetworkIpAddr() creates two tasks: Nimu_testSendRawEth and Nimu_testRecvRawEth. First task sends a raw packet and I see it in wireshark, second task must receive raw packet. What should I do to make it work? What kind of packet is it waiting?