Hi,
I could not enable the profiler. My profiler Setup shows "There is no activity available for the selected debug session."
How can I get the Profile Setup like http://processors.wiki.ti.com/index.php/Profiler ?
Thank you.
Steve
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I could not enable the profiler. My profiler Setup shows "There is no activity available for the selected debug session."
How can I get the Profile Setup like http://processors.wiki.ti.com/index.php/Profiler ?
Thank you.
Steve
Steve,
Does the crash happen at a particular time or is it more random? Can you get the view to work at all?
Can you provide the crash dump file and error logs?
http://processors.wiki.ti.com/index.php/Troubleshooting_CCS#CCS_Diagnostic_Logs
Thanks
ki
We have a very simple program and the following are the only tasks running. Just start STS, it will crash within 3 minutes. Thanks.
| sts:string | count:ulong | total:ulong | max:ulong | average:float:decimal |
| KNL_swi | 114897 | 2014197707 | 20813 | 17530.46387 |
| tskAudioRxIORun | 108173 | 100236629 | 2269 | 926.632607 |
| tskAudioTxIORun | 108173 | 48316538 | 1017 | 446.659869 |
| tskProcess | 82504 | 1341989920 | 17628 | 16265.75584 |
| IDL_busyObj | 137853 | 29268265 | 177 | 212.315038 |
If you double click on the exception in the Error log, you should see an exception message and maybe some stack trace. Could you post the message here?
Thanks,
Chris
When you captured that screenshot of the Error log that you posted, are you still able to open the errors in that table?
If the GUI's unresponsive, you could try launching CCS with the -consolelog flag, and the error message may appear there. The easiest way to do this is to modify the properties of the CCS shortcut and add -consolelog to the end of the 'target' field on the 'shortcut' tab. If there are spaces in the path to the executable, then the path needs to be surrounded by quotes and -consolelog should be outside of the quotes.
Officially, BIOS 5 RTA in CCSv4 only supports BIOS 5.40 and later (it hasn't been verified on earlier versions), and there's a good chance the issue you're running into is caused by the fact that you're using 5.2, and maybe also because it's a ROM'd version of BIOS. It'd be interesting to see if the problem you're encountering is a more general issue, though.
Thanks,
Chris
Chris,
I setup -configlog as you described. After launch CCSv4, I got the following from CMD window.
!SESSION 2010-09-20 09:53:34.484 -----------------------------------------------
eclipse.buildId=4.1.3.00034
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -consolelog
!ENTRY org.eclipse.core.resources 2 10035 2010-09-20 09:53:35.995
!MESSAGE A workspace crash was detected. The previous session did not exit normally.
CCSv4 startup normally.
Thanks.
Steve
Thanks for trying it. That all looks ok--it's just a message saying that your last CCS session crashed.
If you reproduce your issue, do you see any additional info in the consolelog, or is that it?
Thanks,
Chris
After reproducing the crash, can you copy and paste the contents of the -consolelog as you did a couple posts back? Or is it not any different than what you posted there?
That very top exception in the error log is the one we need to look at, and the stack trace for it should show up in the -consolelog I think.
Thanks,
Chris