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.

关于定点DSP的IQMATH问题

今天在2812上直接调用sin函数,发现程序运行过程中进入循环以后根本无法停止到断点处。

之后咨询了卖家,得知F2812要使用IQMATH库或者用查表法使用sin函数,

但是我那个DM6446(也是定点dsp)上直接调用的sin函数,运行起来没有问题,

我想知道是不是所有的定点dsp都要使用IQMATH库?

又为什么在我的DM6446上直接调用sin函数,程序也可以运行出来?