You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working on a Stm32f429 based custom board. We are trying to test the Ethernet interface.
MII mode is used. While trying to make HW configuration in pinmux.c, we realised that there is no ethernet definition for the PH6 in pinmux_stm32f4.h
Can we define it in a similiar way to the other ethernet pins? Or will this cause a problem in the driver?
The text was updated successfully, but these errors were encountered:
Hi,
We are working on a Stm32f429 based custom board. We are trying to test the Ethernet interface.
MII mode is used. While trying to make HW configuration in pinmux.c, we realised that there is no ethernet definition for the PH6 in pinmux_stm32f4.h
Can we define it in a similiar way to the other ethernet pins? Or will this cause a problem in the driver?
The text was updated successfully, but these errors were encountered: