你好,在CC2630里如何将io口配置为uart的发送和接收?
具体使用哪些函数?或者有哪些例程可以参考吗?
是使用PinTypeUART(unsigned long ulPin,unsigned long ulPinMode) ?
还是PIN_setConfig()? 不是很明白
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.
你好,在CC2630里如何将io口配置为uart的发送和接收?
具体使用哪些函数?或者有哪些例程可以参考吗?
是使用PinTypeUART(unsigned long ulPin,unsigned long ulPinMode) ?
还是PIN_setConfig()? 不是很明白
CC2630的每个DIO都可以配置成uart脚,因此需要根据原理图修改工程中Uart的管脚,根据芯片封装,在对应的Board.h中进行修改。