Dear all,
Is there any document decript the details of the compiler profile in coedc engine "release" and "whole_program"?
I am porting a pattern recognition algorithm on DSP and facing a problem that the system accuracy of "release" does not consist with "whole_program".
The accuracy is 90%(average time 61ms) in "release" mode, but be decreased to 46%(58ms) in "whole_program" profile.
By the way, how can i get the DSP clock rate from my 8168EVM?
I try to use CLK_countspms in the codec program, and it returns 800000.
Is this reliable or it just shows the DSP/BIOS setting value, may not be the real clock rate.
Steve