Configure_USART() function
This function configures USARTx Instance.
Syntax
void Configure_USART(void);
Return value
None
Notes
This function is used to : -1- Enable GPIO clock and configures the USART pins. -2- Enable the USART peripheral clock and clock source. -3- Configure USART functional parameters. -4- Enable USART. Peripheral configuration is minimal configuration from reset values. Thus, some useless LL unitary functions calls below are provided as commented examples - setting is default configuration from reset.