Part Number:TMS320F28377D 我想测试一下CLA中三角函数的计算时间,已经用CALatan等函数测试过了,但是在使用sin和atan等math.h中的函数时cla程序在sin函数处停止运行了(i值为0)。 测试程序为: for(i=0;(float)i < (float)1000;i++) { a = sin(1); // __mdebugstop()...