Hi, I am doing some code optimization over C6748 H/W via run time feedback. I've ticked the -gen_profile_info option box in CCS5 tabs. But I did not get any *.pdat file generated. Upon close inspection, I found it is due to early exit in TI_start/stop_pprof_collection(). Internal variables _TI_pprof_out_hndl = -1 and _TI_prof_data_start = -1 etc.. I can not understand why this happens? Did I missed something here? thanks!
Regards
ZFYoung