Thread 中讨论的其他器件:C2000WARE
工具与软件:
您好!
按如下所示修改 c2000ware 中的 IQMath 示例:
// Include The Following Definition Files:
#include <stdio.h>
#include <stdlib.h>
#include "IQmathLib.h"
//----------------------------------------------------------------------------
// Main code:
//----------------------------------------------------------------------------
int main(void)
{
_iq tempP;
tempP = _IQ24mpyI32 ((2L), (3L));
}
我观察到在映射文件中没有创建 IQMath 部分、我认为这不是预期行为。 如果是、这是为了什么?
此致、
Ganesh




