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.

AM437x ethernetip_adapter demo for standard TCP/IP

Other Parts Discussed in Thread: SYSBIOS

Hi,

I use  sysbios_ind_sdk_2.1.0.1 and AM437x IDK EVM.

I want to use the PRU-ICSS for standard TCP/IP. The Idk 2.1 provided an example of ethernetip_adapter which is based on the TCP/IP. So I planned to reuse the ethernetip_adapter for my work. However, after analysing the  code, I couldn't find how the NDK transfers the packets data to Ethernet/IP stack which is provided by Molex. 

There is an function void processProtocolFrames(uint32_t* queue_number, void* userArg) in icss_eip_driver.c but it just addresses the PTP and DLR frames. I didn't find the project calling any socket related APIs.

Thanks.

Sincerely yours,

Qinghai