STM32F7 ethernet PTP PPS to timer 2
Hello,
I just got lwIP with PTPd on 2 Nucleo-144 with STM32F767ZI working.
Thanks to all the open source people out there!
PPS output is also working, I use these signals to check sync quality on a scope.
PPS from ETH goes to TIM2 via ITR1 input to TRGO to GPIOB pin 5.
So far so good...
Now I would like to use that PPS signal internally, but I don't get it to work within timer 2.
Neither as a counter reset signal, nor as a clock source for timer 2.
First I started using the HAL stuff, then I set all the registers (CR1, SMCR, DIER and more) "manually" - nothing!
Is there anything they forgot to mention in the datasheet / ref manual?
Right now it seems to me that this PPS signal is only routed to the TRGO output and can NOT be used otherwise by timer 2.
Anybody an ideas?
Thanks in advance!
