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.

蓝牙论坛

Part Number: CC2640R2F


Hi, 各位:

在simple_central  DEMO工程(CCS)中BOARD_DISPLAY_USE_UART默认设置是单向,仅TX工作,因此通过UART_control API 修改参数把UART设置为双向工作,但 发现RX不工作。单步执行

发现UART驱动是执行UARTCC26XX.c的代码,若双向UART驱动应执行UARTCC26X0.c的代码,但在CCS IDE工程源码目录中没发现有UARTCC26XX.c,

 因此请问如何在CCS中将UARTCC26XX.c替换为UARTCC26X0.c ?

 谢谢!