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.
MSP430F5438A中的GPIO在PXSEL设置为1时是主外设功能,但是我需要将某一个管脚设置成第二外设功能没有寄存器可以设置,请问怎么设置成第二外设功能?
MU MU 说:从我自己调试的结果来看,UCA2CLK功能并没有优于UCB2STE功能
请问您是如何调试的?
MU MU 说:只要使用第一外设功能引脚的都能正确运行,只要使用第二外设备功能就不行
具体表现是什么?您可以看一下TI的相关例程,如该链接内 使用P3.4,5 作为 USCI_A0 TXD/RXD
P3SEL = 0x30; // P3.4,5 = USCI_A0 TXD/RXD