Skip to main content
AVazquez
Associate III
October 4, 2023
Solved

stm32mp157dk2 Ethernet irq poll

  • October 4, 2023
  • 1 reply
  • 1506 views

Hi!

I have been reviewing the kernel log for the DK2 Kit, and I have noticed that the Ethernet configuration is in polling mode.

 

[ 37.074899] stm32-dwmac 5800a000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)

 

Is there a specific reason for the decision to have it in polling mode?

Upon examining the schematic, I can see that the interrupt signal is on PA6(ETH_MDINT).

I understand that the configuration for the interruption should be:

 

interrupt-parent = <&gpioa>;
interrupts = <6 IRQ_TYPE_EDGE_FALLING>;

 

 

 
This topic has been closed for replies.
Best answer by PatrickF

Hi @AVazquez ,

I assume this is very similar of this post: https://community.st.com/t5/stm32-mpus-products/alternate-function-eth1-phy-intn-from-stm32mp15c/m-p/595868

1 reply

PatrickF
PatrickFBest answer
Technical Moderator
November 6, 2023
In order 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.NEW ! Sidekick STM32 AI agent, see here