Hi,
This semester we got DSK C6416 as new addition to our DSP processors. I have used C6713 and now I am tasked to modify the lab manual for the use of C6416.
I am using CCS v3.3. I have installed the board using the disk provided in the box. was able to successfully upload and run program called Sine8_LED provided by disk in the book "Digital Signal Processing and Applications with the C6713 and C6416 DSK". But when I try to run the example of Echo_control, I find no output.
I added all the required C files (namely dsk6416init.C, echo_control.C, Vector_poll.C) library files(rts6400, csl6416, dsk6416bsl, dsk64xx) & header files (dskc6416.h, dsk6416_aic23.h).
Changed the input to Mic_IN.
Changed the build options similar to C6713 making one change as to name it 'CHIP_6416'.
When I build the project I do not get any errors just a warning about stack size.
but after I load the program to the board it does not work.
Please help me to solve this issue.