Does RTC 1Hz calibration align to 1 second boundary?
I'm trying to get an RTC timestamp from an external event down to the us. My plan is to output the 1Hz calibration from the RTC and externally tie that to TIM8-CH1 as an input capture (reset-on-capture). The external event would route to the RTC timestamp pin and TIM8-CH2 as a regular input capture. Therefore, when the event fires, I get an RTC timestamp plus us since the last 1-second boundary.
However, this is all dependent on the 1Hz calibration output being aligned to 1 second RTC boundaries. I don't know if this is the case or not.
I'm also open to alternative approaches to getting 1us RTC resolution.
This is for the STM32U585.