定时器初始化过程中报错,CC2640R2_LAUNCHXL_GPTIMEROA 未定义,查询网上资料显示,要包含头文件 “Board.h”, 但添加之后依然报该错,Borad.h文件如下:

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.
顺便请您这边提供一下您这边使用的 sdk版本以及demo的例程

你好 完整程序如上图所示,使用的demo例程为 nrtos文件夹下的 pinInterrupt, SDk版本为 simplelink_cc2640r2_sdk_5_30_00_03
那个宏定义后来在<ti/boards/CC2640R2_LAUNCHXL/CC2640R2_LAUNCHXL.h> 中找到了,但是在CCS的 Include Options中添加了该文件路径后仍然报未定义,我就直接把那个参数改成数字了,没有再报错,但是我想实现周期性定时器,每次中断的时候在串口输出,为什么串口工具只输出几次就不再输出了