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?