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.

CC2652RB: 无法使用Log_info0函数进行串口打印

Part Number: CC2652RB
Other Parts Discussed in Thread: SYSCONFIG

我将UartLog.c和UartLog.h文件复制到了simple_central对应工程的对应文件夹,并添加了include路径,在main函数中加入了UART_init();  UartLog_init(UART_open(CONFIG_DISPLAY_UART, NULL));初始化串口,并将程序内的display在sysconfig中禁用。以上步骤完成后,工程能编译通过,但是使用Log_info0函数打印无法在串口看到信息