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.

CC1352 串口打印



您好:

CC1352 launched pad EVK开发板,有两个问题请教下:

1、函数结构::main -> 串口初始化 -> 创建任务,在任务之前串口打印,会出现打印失败,函数进入policy哪个错误,但是在任务中串口打印正常;

2、我看提供的串口打印函数是 UART_write(uart,数组,长度),能不能像以前那种%d那种打印呢,例如printf("count is %d \n",count),要不打印个参数还得自己拼数组;