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.
工具/软件:Code Composer Studio
尊敬的 TI 专家:
我将查看 controlSUITE 提供的 FastRTS 示例。
C:\ti\controlSUITE\libs\math\FPUfastRTS\V100\examples_ccsv4\2833x_fastRTS
//$TI 发行版:FastRTS 库 V1.00$
//$Release Date:2010年6月15日$
一切正常、下面的.map 文件显示它使用 FastRTS 而不是正常 RTS。
您好、Ivan、
"C28x_Fpu_FastRTS.h"包含标准头文件中找不到的函数的原型(非定义)、如"math.h"。 因此、如果您查看 C28x_Fpu_FastRTS 标头、则只有两个函数原型、即"isqrt (float32 X)"、"sincos (float32 radan、float32* PtrSin、float32* PtrCos)"
现在来回答您的问题:
(1)如果我将 fastRTS 用于我自己的项目、我是否需要包含文件(C28x_Fpu_FastRTS.h)? 似乎没有必要?
ANS:只有当您计划使用“isqrt”或“sincos”函数时,才有必要,其余的都被视为标准数学函数。
此致
Himanshu