Hi,
I am using DSP/BIOS function CLK_gethtime() and CLK_countspms() to measure execution time of my correlation modules. So I configured the DSP/BIOS with a .tcf file and used an auto generated .cmd file. If I run this program, it will not reach my main() program.
If I don't use the DSP/BIOS .tcf file and simply link with a linker command file with the same memory layout, then the program will reach main(). I wonder what could be wrong when I used the .tcf file to configure the DSP/BIOS??
Thanks,
Zhao