ECE 486 Support Libraries
|
USART Initialization to stream printf() output back to the ST-LINK. More...
#include "stm32l4xx_hal.h"
Go to the source code of this file.
Functions | |
void | usart_init (void) |
USART Configuration to talk to ST-LINK. More... | |
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.h.
void usart_init | ( | void | ) |