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.
此帖为TI 的 MSP430 一些常见问题的FAQ 解答,希望能对大家有所帮助。
位什么MSP430F149的串口发送函数需要延时5ms才能成功?这也太慢了
while(!(IFG2 & UTXIFG1));
TXBUF1=data;
dedlayms(5);//这个地方换成4ms都不行,这是为什么??
Hi languo,
建议下载MSPWARE,在其安装目录下(C:\ti\msp\MSP430Ware_3_80_01_01\examples\boards 或者 C:\ti\msp\MSP430Ware_3_80_01_01\examples\devices\MSP430F5xx_6xx\MSP430F541x_MSP430F543x_Code_Examples),你可以找到F5438对应的例程。
MSPWARE下载路径如下:
http://www.ti.com.cn/tool/cn/mspware