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.

AWR1642BOOST: 串口代码问题

Part Number: AWR1642BOOST


您好

我在上一个问题中要创建一个串口输出函数,遇到了以下的问题,请问如何解决附上上一个问题的链接:AWR1642BOOST: UART_writePolling - 传感器论坛 - 传感器 - E2ETm 设计支持 (ti.com)

我的实现思路是这样的,

1.我在这个结构中 自己定义了一个int变量abc。

2.然后我在代码中将我的需要传输的值赋予该变量abc

3.然后我写了一个writepolling函数如下:

4.最后我在build工程的时候出现了以下的错误,请问是怎么回事呢?