硬件平台:DM642,使用XDS560PLUS进行仿真
采用目标板:自行设计,程序算法效果能够实现
软件环境:CCS3.3
出现问题: cmd文件中在 rts6400.lib前面加入的 -l lib\fastrts64x.lib的,头文件也包括了#include <fastrts62x64x.h>
调用函数 _mpyf ,在DEBUG下进行仿真,并且Opt level 为None,但是计算结果总显示0.0,输入参数都为float没错;
请问这是什么问题啊!!
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.
Zhang Mo,
请问你使用库里面自带的例子(fastRTS_c62xc64x_1_42\c6400\C_fastRTS\example),能否正确输出?