问题一:只添加了#include "IQmathLib.h"
#define GLOBAL_Q 30
_IQ(1.0)= 1073741824 但是手册上写的
在Q30下计算_IQ(1.0)= 2 应该等于2哪里不对呢?并且提示下面的警告。
Description Resource Path Location Type #10373-D library "../IQ/lib/IQmath.lib" contains TI-COFF object files which are incompatible with the ELF output file. Ensure you are using the proper library. CCS C/C++ Problem
如果使用使用_IQ30toF这个函数时提示错误
Description Resource Path Location Type unresolved symbol _IQ30toF, first referenced in ./HAL/source/sys_main.obj CCS C/C++ Problem
IQMath库的使用对平台有限制嘛?