Hi
I made a new project and integrated DSPLIB(ver 3.4.0.0) to it, I want to profile some functions like FFT so for catching the time I tested as below:
1) I included time.h header file
2) I declared variables( types: clock_t) for reading clock() function before and after the function under test.
but when i debug the clock() function return zero!!
Question 1:
For above problem, Should I set any thing else? what should I do?
Question 2:
When I am in the debug view at CCS, when I choose the Tools\Graph all kinds of graphs are disable!! why???
Question 3:
Is there any references to tutorial about GEL file? How to set it?
Question 4:
Is there an absolute() function in the DSPLIB?(I didn't find)
Question 5:
How can I set PLL clocks in ,cfg file for example the clocks for network co_processor?
Question 6:
What is dsplib_cn.ae66 library?
Best Regards