在ccs5中,IQsqrt 和IQmpy 区别是啥?为何在ccs3.3中没事呢?
,如果用到_IQ1sqrt函数,如下:iw=_IQ1sqrt(100000*2);
编译后,会提示如下报警:
#16002-D build attribute vendor section TI missing in "../LIB/IQmath.lib<IQ1sqrt.obj>":
如果用 Vref=_IQ10mpy(2024,1024);,编译后,反而正常,无报警提示。
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.
在ccs5中,IQsqrt 和IQmpy 区别是啥?为何在ccs3.3中没事呢?
,如果用到_IQ1sqrt函数,如下:iw=_IQ1sqrt(100000*2);
编译后,会提示如下报警:
#16002-D build attribute vendor section TI missing in "../LIB/IQmath.lib<IQ1sqrt.obj>":
如果用 Vref=_IQ10mpy(2024,1024);,编译后,反而正常,无报警提示。