The first page of the data sheet states:
Up to Four Universal Serial Communication Controllers
Page 22 of data sheet then states:
Each USCI module contains two portions, A and B.
The USCI_An module provides support for SPI (3 pin or 4 pin), UART, enhanced UART, or IrDA.
The USCI_Bn module provides support for SPI (3 pin or 4 pin) or I2C.
By using the four USCI modules as listed below (chip pin-out allows this) it seems that I can implement a total of eigth serial ports. Is this real? can I really implement 8 serial ports? Or am I fooling myself?
--UCA0 as UART
-UCA1 as SPI
-UCA2 as SPI
-UCA3 as SPI
-UCB0 as SPI
-UCB1 as I2C
-UCB2 as I2C
-UCB3 as I2C