Hi Ti,
我的开发环境如下:
SDK : simplelink_cc13x2_26x2_sdk_4_30_00_54
CCS: Version: 10.3.0.00007
我在根据以下教程学习 DSP 库的使用:
[FAQ] CC2642R: FFT on CC13x2/CC26x2 devices - Bluetooth forum - Bluetooth®︎ - TI E2E support forums
并且添加了 ARM_MATH_CM4 宏,
但是编译时出现如下错误:
"D:/ti/simplelink_cc13x2_26x2_sdk_4_30_00_54/source/third_party/cmsis/lib/include/arm_math.h", line 390: fatal error #1965: cannot open source file "cmsis_compiler.h"
请问要怎么解决呢?