RTOS_MSPM0  1.1
ECE445M starter code
Functions
UART2.h File Reference

Initialize UART2, no transmit, interrupt on receive timeout. More...

Go to the source code of this file.

Functions

void UART2_Init (void)
 Initialize UART1. More...
 
char UART2_InChar (void)
 get data from FIFO1 More...
 

Detailed Description

Initialize UART2, no transmit, interrupt on receive timeout.

UART2 initialization. 2000 bps baud, 1 start, 8 data bits, 1 stop, no parity.

Version
ECE319K v1.0
Author
your name
Warning
AS-IS
Note
For more information see http://users.ece.utexas.edu/~valvano/
Date
October 29, 2023
UART pins on the MSPM0G3507
Pin Description
PA22 UART2 Rx from other microcontroller PA8 Tx
J14 Connect SW1 to PA9 (not PB23)