This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
一个USART模块不能同时工作在UART 和SPI 模式下,它只能被配置为UART或者SPI模式;但是MSP430系列芯片好多集成不止一个USART模块,你可以一个设置为UART,一个设置为SPI
的确,一个USART模块不能同时工作在UART和SPI模式,同一时间只能工作在其中一种模式。如果楼主同时需要UART和SPI,可以选择有多个USART模块的器件,或者也可以用普通GPIO来仿。