2023-10-04 11:56 AM
Hi!
I have been reviewing the datasheet for the stm32mp157c and have seen that GPIO PG12 can be configured in a special function "ETH1_PHY_INTN"
I would like to get more information about this mode, as it might be interesting to use it in future designs.
I have been examining in the device tree of some of the kit based on this mpu and I haven't seen this GPIO(PG12) being used with this special mode.
Thanks!
Solved! Go to Solution.
2023-11-06 06:27 AM
Hi @AVazquez
Our Linux driver does not use HW interrupt but rather GPIO polling (to get link status) and/or thru EXTI for WakeOnLan on some boards.
In all cases, interrupt line from PHY is not used during data transfer, so polling is not impacting Ethernet performances.
Regards.
2023-11-06 06:27 AM
Hi @AVazquez
Our Linux driver does not use HW interrupt but rather GPIO polling (to get link status) and/or thru EXTI for WakeOnLan on some boards.
In all cases, interrupt line from PHY is not used during data transfer, so polling is not impacting Ethernet performances.
Regards.