STM32G474 USART: Confusing reference manual: How to clear Auto Baud Rate Error
The reference manual (RM0440 Rev4, page 1667 and page 1672), regarding the USART_ISR register, bit ABRE "Auto Baud Rate Error" says the following:
Bit 14 ABRE:Auto baud rate error
This bit is set by hardware if the baud rate measurement failed (baud rate out of range or character comparison failed)
It is cleared by software, by writing 1 to the ABRRQ bit in the USART_CR3 register.
However the USART_CR3 register does not contain a bit ABRRQ.
Only bit called ABRRQ is in USART_RQR register. However this is for requesting a Auto Baud Rate function. Is this how to clear the error? Or is mistake in manual?
Thanks
