Can I use the STM32F4 PTP clock without an RMII clock?
I'd like to use the PTP clock peripheral in my STM32F427 for timekeeping - but without using the rest of the ethernet functionality, or dedicating any pins to it.
I prefer the PTP clock to the RTC as it offers a 32-bit subsecond (rather than the 16 bits the RTC provides) and 32-bit seconds (rather than the RTC which counts seconds-minutes-hours-days-months-years)
In my experiments so far, I can only start the PTP clock when a clock is provided on ETH_RMII _REF_CLK although I don't need to configure any other pins for the RMII interface. Sadly, my PCBs are already made and don't provide such a clock on that pin.
Is there any way to either start the PTP clock without providing a clock on the ETH_RMII _REF_CLK pin?
