CC1350和CC1310的串口的Rx和Tx用的是那两个IO,我现在用了IO0和IO1,只能接受不能打印,是IO口用错了吗?
da qin zheng sheng:
发送比接收应该容易啊!uart可以灵活配置的。用
示波器测量一下发送引脚。
da qin zheng sheng:
另外uart boot 引脚是固定的,不同封装引脚不同的。
Felix ZF:
CC131x0的IO脚功能是可以mapping的。
The MCU IOC can map a number of peripheral modules such as GPIO, SSI (SPI), UART, I2C, and I2S to any of the available I/Os.
在SDK中的example中,IO配置如下:
/* UART Board */#define CC1310_LAUNCHXL_UART_RX IOID_2 /* RXD */#define CC1310_LAUNCHXL_UART_TX IOID_3 /* TXD */
Viki Shi:
IO口可以复用,只要使用的IO引脚是空闲的,可以自己选择引脚