AM243x MCU+ SDK  11.01.00
Using Ethphy Devices Supported Out-of-Box

Introduction

Note
Please note, this page is currently under development.

The Ethernet PHY drivers are currently part of the Ethphy module and are present at source/board/ethphy/enet/rtos_drivers.

Currently the following ethernet PHY drivers are supported out-of-box with the SDK:

Using Sysconfig GUI

All the above mentioned PHY drivers can be integrated using the Sysconfig GUI.

  • Select the desired device (ETHPHY (ENET CPSW/ICSS) -> ETHPHY Device) in Sysconfig GUI. This will update the auto-generated ti_board_config.c file with information about the selected device.
  • Modify the "PHY address" and "Strapped Mode" as required.

  • The default extendedCfg for each device is automatically populated in the "Extended Configuration" text box. The extended configuration values can be modified (if needed) and the ti_board_config.c file is automatically updated with the new values.

Using Ethphy Devices not Supported Out-of-Box

You can find the guide for using a custom ethphy device and implementing a new custom PHY Driver here.

MAC2MAC Feature (NO-PHY mode)

You can find the guide to enable MAC2MAC support here.

Back To Top