我使用的是c6678评估板,在运行DSPLIB中的FFT_Example_66_LE_COFF时,运行结果和里面给的结果不同,下面是我得到的y_32*32的结果,请问这是什么原因呢???
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.
我按照你说的进行了尝试,但是在重新运行debug调试FFT_Example_66_LE_COFF时,无法运行啦,给出的错误是
Can't find a source file at" c:\users\john\appdata\temp\ti_mkl~!\src/exit.c"
同时在上方的的框中提示是
abort()at exit.c :109 0x008152C0 (abort has only skeletal debug info)
这是我设置的有问题吗?为什么之前能够运行呢?
我在运行完程序之后,想 进行画图的时候,发现Tool->Grap后面的各个选项都是灰色的,然后再Expression中输入y_real_32*32,确实可以发现数据,但是无法使用Graph将数据画出来。
是我使用的方法不对吗?