What is USART CTS latency?
I am starting a product design tentatively using the STM32F072RBT6.
I want to determine how soon the CTS input must go low to prevent the USART from transmitting the next byte.
Even informed opinion would be appreciated; but a reference to documentation or direct experience would be preferable.
One note in the reference manual says,
"For correct behavior, CTS must be de-asserted at least 3 USART clock source periods
before the end of the current character." page 740, Reference Manual PDF
[What about the first character?] I assume that what they mean is "before the beginning of the next character"?
Which clock is "USART clock source"?
In this diagram from the reference manual the ultimate source clock seems to be Fck, but the diagram seems to show that only the slower "Transmitter clock" is used for "Transmit control".
Note that this diagram shows obvious incorrect or at least misleading info for the receiver clock. [So, can this diagram really be trusted?]


