Hello,
I know that there are two ethernet port on c6671.
Is it possible that c6671 receives raw data from FPGA? Raw data means data without any protocol such like tcp/udp?
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.
Hello,
I know that there are two ethernet port on c6671.
Is it possible that c6671 receives raw data from FPGA? Raw data means data without any protocol such like tcp/udp?
See the NDK based client example in the MCSDK.
C:\ti\mcsdk_2_01_xx_xx\examples\ndk\client
TEST_RAW_SEND: Routine to demonstrate sending raw ethernet packets using send() / sendnc() APIs and AF_RAWETH family socket.
TEST_RAW_RECV: Routine to demonstrate packet receive using recvnc() API and AF_RAWETH family sockets.
You take this as a reference and need to implement for C6671 device.