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.

LP-AM243: 1Gbit communication is not enabled when linking up with the EtherCAT slave sample

Part Number: LP-AM243
Other Parts Discussed in Thread: TMDS64EVM, DP83869

Tool/software:

Hello

I am using your LP-AM243 board to evaluate the EtherCAT Slave Stack

The SDK version is ind_comms_sdk_am243x_09_02_00_08

I performed a communication test with the EtherCAT master device using the 401_simple sample of the EtehrCAT Slave provided by our company.

The master device uses the TMDS64EVM board.

The results of the communication test with the master device showed that the link was up at 100Gbps when connected via LAN cable.

However, the PHY itself supports 1Gbps communication, and we have confirmed that the master device can also communicate at 1Gbps when connected to other devices.

So I looked into the code for the slave device and found that the following function rewrites the PHY register values ​​so that 1Gbit communication is not performed:
ind_comms_sdk_am243x_09_02_00_08/examples/industrial_comms/custom_phy/src/CUST_PHY_dp83869.c CUST_PHY_DP83869_setLinkConfig()

Why is 1Gbps communication restricted here?

Also, is it possible to make the slave device compatible with 1Gbps communication?

  • Hi,

    Why is 1Gbps communication restricted here?
    • Only regular EtherCAT 100M protocol is supported in our offering. Most EtherCAT networks are designed for 100Mbps operation as the standard speed, so 1G is restricted within the PHY register to ensure consistent behavior with other EtherCAT devices.
    Also, is it possible to make the slave device compatible with 1Gbps communication?
    • I believe your query is to run EtherCAT in Giga mode? If that's the case then EtherCAT G is not currently supported in our SDK. You can refer to the followiing thread for more details: AM2434: Can EtherCAT Slave work in Giga mode?

    Regards,
    Aaron