Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driver : STM32 Ethernet : Pin definition for PH6 #30989

Closed
sercantun opened this issue Dec 24, 2020 · 1 comment
Closed

driver : STM32 Ethernet : Pin definition for PH6 #30989

sercantun opened this issue Dec 24, 2020 · 1 comment
Assignees

Comments

@sercantun
Copy link

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?

@gmarull
Copy link
Member

gmarull commented Dec 29, 2020

You can define your own pinmux definitions. Note that however, these are now deprecated in favor of DT pinctrl definitions, see e.g. https://github.com/zephyrproject-rtos/zephyr/blob/master/boards/arm/stm32h747i_disco/stm32h747i_disco_m7.dts#L74

@erwango erwango closed this as completed Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants