Yes, sure you can do this, but you will have to handle the protocol and timing yourself. SPI is the simplest, I²C requires proper address and (N)ACK handling and UART needs precise timing. So whenever possible you should go for a USCI module that takes care of those things by itself.
↧