Skip to content

Support for Ethernet on STM32H7 series #1208

Answered by salkinium
WasabiFan asked this question in Q&A
Discussion options

You must be logged in to vote

I typically compare the register map of the peripheral, but in this case, they don't match exactly nor are they a subset of each other. The F7 vs H7 Ethernet does not seem to be compatible:

STM32F7 Ethernet register map:

vs

STM32H7 Ethernet register map:

Typically these IPs are not custom made by ST but licensed by some other vendor so perhaps you can have a look at some embedded friendly TCP/IP libraries (lwip?) and check whether they come with some platform independent driver. That's how we added USB support to modm via TinyUSB.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WasabiFan
Comment options

Answer selected by WasabiFan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1207 on September 17, 2024 20:48.