cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX H7 PTP not supported by MAC Ethernet Driver

leshich-k
Associate II

Up till now (v1.6.0) there is no support for PTP in MAC Ethernet driver. WHen will it be added?

3 REPLIES 3
Piranha
Chief II

Better worry about the fact that H7 driver is not working at all...

https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32

As for PTP - it's a pretty simple (part of) peripheral. It's hard to even imagine what a PTP "driver" should do. Write few integer values into registers through one line long functions like in LL "drivers"?

leshich-k
Associate II

Pretty simple, that's why I wander why is it not realized yet?

Up till now I was working on F7 series, and now our company desided to move to H7.

Not working at all? What I see is that RX and TX frames are getting transferred well. LwIP is going to be the next step to run.