cancel
Showing results for 
Search instead for 
Did you mean: 

stm32n6 PPS in (ETH_PTP_AUX_TS)

Noam_h
Associate II

Hello,

I need to sync the stm32n6 system timer to be used as PTP master. According to the Reference Manual there is a PPS input that can generate timestamp and interrupt: 

ETH_PTP_AUX_TS

But according to the RM it is not in all models, and I can't find which models it exists and how to map it to external IO.

 

Thanks,

Noam.

 

11 REPLIES 11
FBL
ST Employee

Unfortunately ETH_PTP_AUX_TS is not mapped on all products. On STM32N6, it's mapped with no internal signal only with timer output trigger or FDCAN..

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.




Best regards,
FBL
Noam_h
Associate II

Is it mapped to an external gpio?

Noam