If I inderstand correctly, some datas in the routines of the dsp.lib(c6416 I used) are defined in "const" type, while the data I want to compute is variable. How can I do in this case?
In details:I use the USB interface, store the data from USB host in SDRAM. and let the DSP compute the datas(number is 6400 each time). Each time, the 6400 datas is different from its last time. For example: get the maximum and minimum in the 6400 datas.
Hope get your suggestions
Best Regards