ECE 486 Support Libraries
|
USART Initialization to stream printf() output back to the ST-LINK. More...
Go to the source code of this file.
Functions | |
void | usart_init (void) |
USART Configuration to talk to ST-LINK. More... | |
void | HAL_UART_MspInit (UART_HandleTypeDef *huart) |
Variables | |
UART_HandleTypeDef | UsartHandle |
USART Initialization to stream printf() output back to the ST-LINK.
ST-LINK V2 provides a serial port to the host computer, which is accessed through a serial connector configured here...
Definition in file usart.c.
void usart_init | ( | void | ) |