STM32MP1 ETH_PHY_INTN
Hello! I am developing a custom board based on STM32MP151C MPU (TFBGA 361pins) with a RMII Ethernet PHY, and I have a simple question regarding to the PHY interrupt signal -sorry if this is a duplicated question, I haven't found a related topic in the forum-.
Is it mandatory to route the PHY interrupt output signal to a ETH1_PHY_INTN pin (any of the pins with this alternate function available) to capture interrupts? I have checked evaluation boards, and:
- MB1263 board (STM32MP157FAA1) uses PG0, which does not has ETH1_PHY_INTN as an AF
- MB1272 board (STM32MP157CAC3) uses PA6, which does not has ETH1_PHY_INTN as an AF
If PHY interrupt pin can be routed to any MP1 interrupt-capable pin, what is the purpose of the ETH1_PHY_INTN alternate function?
Many thanks in advance. Regards,
