renesas / fsp

Flexible Software Package (FSP) for Renesas RA MCU Family
https://renesas.github.io/fsp/
Other
182 stars 81 forks source link

ETHER: PHY initialization changes for FSP v5.0.0 #304

Closed GodavarthyAravinda closed 5 months ago

GodavarthyAravinda commented 8 months ago

Issue

Ethernet Phy LSI initialization process has been separated into R_ETHER_PHY_Open and R_ETHER_PHY_ChipInit.

Workaround

To resolve the issue do one of the following:

  1. Set Initialize Phy LSI Automatic configuration to Enabled.
  2. Call R_ETHER_PHY_ChipInit after opening the Ether PHY driver opened.