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.
use UART_BUFFERED
add #include <stdbool.h>
你好,
我有一块EK-TM4C129EXL开发板,在我学习例程的时候发现一个问题,TivaWare_C_Series-2.2.0.295/utils文件夹下面的uartstdio.h文件中好像缺少了C语言定义Bool量的头文件,CCS提示了这个错误,添加#include <stdbool.h>后可以正常编译,CCS版本为10.1.0
谢谢您的反馈。
我在CCS内导入TivaWare的例程,编译后并未出现该错误。请问能给出具体例程吗?我来测试一下,谢谢
添加UART_BUFFERED宏定义
根据您的描述,路径出现问题的可能性很大
很高兴您能解决问题