Question
What is the maximum UART speed on the STM32H7B0xB?
I'm looking at the STM32H7B0xB. I'm confused about what the actual maximum baud rate of the UART (in asynchronous mode) is. I'm getting three conflicting answers:
- Section 3.38 (the USART section of the datasheet) says: "These interfaces provide asynchronous communication, IrDA SIR ENDEC support, multiprocessor communication mode, single-wire half-duplex communication mode and have LIN Master/Slave capability. They provide hardware management of the CTS and RTS signals, and RS485 Driver Enable. They are able to communicate at speeds of up to 10Mbit/s.
- Section 6.3.36.2 (the USART section of the datasheet "Electrical Characteristics") says that fck "USART clock frequency" in master mode is 35 MHz.
- When I use CubeMX to configure the UART, the highest UART speed I can get is 17.5 MHz (for asynchronous mode), and 10 MHz for synchronous mode.
Does anyone know what the maximum UART speed in asynchronous mode is for these devices?