Hi,
I have got the Idea of doing cycle profiling using the forum
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/35754.aspx
But when i have started doing the cycle profiling on CCS4.2.09000 I am facing some problem ( same for TIC6482 Device cycle accurate simulator and xxxxxx cycle accurate simulator)
1) If i use the compiler option --symdebug:none -O3 -mf5 the profiler doesnot show even the main function cycles(CPU and total ).
2) If i Change the compiler option --symdebug:skeletal then the profiler starts showing cycles for both main and other dummy project.
In CCS3.3 profiler , The profiler used to generate cycle result on both of the debug level. In ours actual traget we have symbolic debug as none with -o3 and -mf5 as compiler option.
Since the compiler would be generating diiferent code and might result in diff behaviour I want to see the cycles on CC4.0 with --symdeg:none.
I am attaching a dummy project for refernce.
Also is there is any errata sheet for pdk_xxxxx_1_0_0_9 as for this i can do profiling if i restart my CCS after every execution :)
Regards
Deepak Joshi
+91-9999030812
PS: Current configuration on attached Project is for 6482 but you can change it for xxxxx and can see same behaviour. How can i share my dummy project?