hello,
I`m doing a Pitchshift program using the C6713 board and I am in a dead point.
When I`m writting the C echivalent code for the FFT functions from the DSPLIB/support in the main.c the program is working perfectly.
When I want to use the assembly language FFT functions supported by the DSP library I have only noise in the output.
I have added the headers in the main.c as:
#include <DSPF_sp_icfftr2_dif.h>
#include <DSPF_sp_cfftr2_dit.h>
I have set the runtime support library to be rts6700.lib;
For the Include Options of the C6000 Compiler I have add:
"C:\ti\CCStudio\c6700\dsplib\lib"
"C:\ti\CCStudio\c6700\dsplib\include"
"C:\ti\CCStudio\c6700\dsplib\support\fft"
"C:\ti\DSK6713\c6000\dsk6713\include"
"C:\ti\C6xCSL\include"
I have added DSPLIB under the Code Composer Studio environment by choosing dsp67x.lib from the menu Project → Add Files to Project.
I also tried to set a breakpoint at at the fcs call, but the debugger doesn`t go into the functions` code even if I try to step into it using the assembly step. So it means there are still files to be added to the program.
Do you have any ideea about what files should be added or if I have to use some .cmd special file? For the moment I have a file.cmd with Sections where I`m specifing a .data_buffer.
Any help is welcomed !
Thanks,
Monica