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.

Questions about running TCP/IP and EtherCAT Master on Am335X Device.

Other Parts Discussed in Thread: SYSBIOS, AM3359

Our company uses  am3359 as a machine controller.We have successfully run the EtherCAT Master on sysbios using CPSW RGMII Port0.

But now ,we want to run TCP/IP on RGMII Port0,and let EtherCAT Master run on RGMII Port1.

And my question is ,does this idea have feasibility?

If we can do such so, in my opinion,the Am3359 CPSW just have Core0 interrupt ,the the EtherCAT port(I think should use another Core) doesn't interrupt the CPU.So CPU should poll the send and receive DMA interrupt status bits to determine whether transmission has complete,am I right?

If I am right,how to config and operate the two ports individually, transmit different net packages on different port,channel and independent CPPI DMA  RAM region. Can anyone give me an answer?