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

stm32_eth not supporting STM32H7 devices #3098

Open
kasjer opened this issue Oct 31, 2023 · 0 comments
Open

stm32_eth not supporting STM32H7 devices #3098

kasjer opened this issue Oct 31, 2023 · 0 comments

Comments

@kasjer
Copy link
Contributor

kasjer commented Oct 31, 2023

Currently ETH driver works with F4 and F7 devices.
Same block is present in H7 chips.
Driver uses older version of ST HAL (v1.2.10 for F7 and v1.7.13 for F4).
If newer version of HAL for F4 and F7 were used H7 would work also since it only has API compatible with newer HAL for F4 and F7.
Using newer HAL would also simplified driver since some similar code is already available of ST HAL.

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

1 participant