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.

在F28035里面使用两个浮点数进行运算,是否需要定义成IQ 数据格式

Other Parts Discussed in Thread: CONTROLSUITE

在F28035里面使用两个浮点数进行运算,是否需要定义成IQ 数据格式,如果需要 给怎么定义 变量那

  • taotao,

    最好用IQmath,因为28035没有浮点运算单元,直接做浮点运算会很好cpu资源,关于怎么用IQmath进行浮点运算,可以下载controlSUITE,参照下面例子来做

    C:\ti\controlSUITE\libs\math\IQmath\v160\examples_ccsv4\C\2803x

    Eric