器件型号: CC1352R
您好、
我尝试在 CC1352 的应用中使用 GPTimer 驱动程序。 然而,我不断从驱动程序库目标文件 (TimerCC26XX.c.obj ) 的 Timer_OPEN 函数中获得一个未定义的引用。 以下是整个错误消息:
makefile:165: recipe for target 'segra_cc1352_r1.out' failed/home/jgrasty/ti/ccs1260/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /home/jgrasty/ti/simplelink_cc13xx_cc26xx_sdk_7_40_00_77/source/ti/drivers/lib/gcc/m4f/drivers_cc13x2.a(TimerCC26XX.c.obj): in function `Timer_open':/home/developer/.conan/data/coresdk_cc13xx_cc26xx/7.40.04.00/library-sb/ga/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/exports/coresdk_cc13xx_cc26xx_7_40_04_00/source/ti/drivers/timer/TimerCC26XX.c:217: undefined reference to `Timer_count'/home/jgrasty/ti/ccs1260/ccs/tools/compiler/gcc-arm-none-eabi-9-2019-q4-major/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /home/developer/.conan/data/coresdk_cc13xx_cc26xx/7.40.04.00/library-sb/ga/build/5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9/exports/coresdk_cc13xx_cc26xx_7_40_04_00/source/ti/drivers/timer/TimerCC26XX.c:217: undefined reference to `Timer_config'
谢谢、
Jeff