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.

DSP28335怎么使用浮点计算?CCS6.0需要怎么设置?需要添加哪些库?谢谢!

Other Parts Discussed in Thread: CONTROLSUITE

您好:

        请问DSP28335怎么使用浮点计算?CCS6.0需要怎么设置?需要添加哪些库?CMD该如何处理(例如需要添加什么语句吗)?

        AdcB.Value[0] = 3.0*(float)(AdcB.Result[0])/4096.0;

        计算上面的语句用了235个Clock,请问对不对?(但是计算结果正确)