Skip to main content
VChau
Associate II
October 26, 2022
Question

whats the use of PPS pin (ETH_pps_out) in Ethernet

  • October 26, 2022
  • 2 replies
  • 4357 views

Hi all,

I'm working on Ethernet interface with STM32F417, I Generate the code by cubeMx for Ethernet stack (lwip).

I want to know whats the use of PPS (ETH_pps_out - PB5) in ethernet because neither this pin is connected with phy nor ethernet port rf45.

This topic has been closed for replies.

2 replies

Javier1
Principal
October 26, 2022
LCE
Principal II
October 26, 2022

It has absolutely nothing to do with the ethernet hardware interface.

It is an output for use with the PTP / 1588v2 synchronization protocol, PPS is the "Pulse Per Second" kinda divided PTP clock output (derived from the PTP registers).

It can be used for evaluation (comparing several synchronized devices), or for further synchronization purposes.