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.

IWR1642BOOST: CLI中配置参数,但实际UART输入输出的函数是哪个?在新版中无法找到

Part Number: IWR1642BOOST

在老版本的cli.c文件中CLI_task()中的UART_writePolling (gCLI.cfg.cliUartHandle, (uint8_t*)&logMessage[0], sizeMessage);和UART_read()可以很明显看出是串口通讯函数,但新版本中没有这几个函数了,但实际效果还是可以串口通信,这个串口的读写函数是在哪里了呢?

新版中只有声明extern int32_t CLI_open (CLI_Cfg* ptrCLICfg);但在项目中没有找到对这个函数的定义,这个定义又是在哪里了呢?

新版的串口通讯函数我是在这部分中吗?,但实际串口是如何运行的呢