Universal synchronous asynchronous receiver
transmitter (USART)
USART3 or UART4 or UART5.
ï‚· USART_AutoBaudRate : specifies the selected USART
auto baud rate method. This parameter can be one of the
following values:
ï€ USART_AutoBaudRate_StartBit : Start Bit duration
measurement.
ï€ USART_AutoBaudRate_FallingEdge : Falling edge to
falling edge measurement.
ï€ USART_AutoBaudRate_0x7FFrame : 0x7F frame.
ï€ USART_AutoBaudRate_0x55Frame : 0x55 frame.
ï‚· This function has to be called before calling USART_Cmd()
function.
23.2.21 MultiProcessor Communication functions
23.2.21.1 USART_SetAddress
void USART_SetAddress ( USART_TypeDef * USARTx,
uint8_t USART_Address)
Sets the address of the USART node.
ï‚· USARTx : Select the USART peripheral. This parameter can
be one of the following values: USART1 or USART2 or
USART3 or UART4 or UART5.
ï‚· USART_Address : Indicates the address of the USART
node.
23.2.21.2 USART_MuteModeCmd
void USART_MuteModeCmd ( USART_TypeDef * USARTx,
FunctionalState NewState)
Enables or disables the USART's mute mode.
ï‚· USARTx : Select the USART peripheral. This parameter can