2026-03-09 2:42 AM
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.
Solved! Go to Solution.
2026-04-07 7:36 AM
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.
2026-04-07 7:48 AM
Is it mapped to an external gpio?
Noam