cancel
Showing results for 
Search instead for 
Did you mean: 

ETH_nINT on STM32H7x3I-EVAL function

MFawzy
Associate III

I was reviewing the schematic for the STM32H7x3I-EVAL board and noticed that the ETH_nINT pin from the Ethernet PHY is connected to pin PG7 of the microcontroller.

I'm having trouble finding clear documentation on how this pin functions. Could someone please clarify the following?

  • What is the exact purpose of the ETH_nINT pin on this board?

  • Does it require any special configuration within the LwIP stack to be used?

  • Are there any example projects that demonstrate how to handle this interrupt?

  • MFawzy_0-1758133813861.png

     

Any help would be greatly appreciated.

Thanks,

Mohammed

1 REPLY 1
mƎALLEm
ST Employee

Hello,

I don't think that pin is used by LWIP and that pin is used as an interrupt output of the ETH PHY. 

PG7 is optional and used as GPIO input or EXTI for LINK up/down for example.

Look at NUCLEO-H753 schematic:

mALLEm_0-1758137994584.png

This IO was not used.

You need also to refer to the LAN8742A datasheet.

Hope that helps.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.