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.

28035芯片,使用IQMATH进行浮点转定点运算时,IQmath里面每个库函数需要的计算时间在哪可以查询?

例如计算下面语句,需要多长时间?60M的频率。

iq0 = _IQ10mpy(10,255);

目前我测试的三角函数_IQ10sin()的运行时间为8us左右,正常吗?

测试时间是通过GPIO引脚通过示波器观察电平变化看的。

  • 执行时间上似乎没有这类文档说明。通过GPIO观察的话,观察到的时间还包含了GPIO的动作时间。你也可以使用run - clock功能来查看程序执行时间