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.

CCS/AM3358: Find reason for exception w debugger

Genius 5820 points

Part Number: AM3358

Tool/software: Code Composer Studio

I'm running my application on an AM3358 controlled via XDS100 debugger. I'm using this debugger to find a problem in my software. Unfortunately it is not easily reproducible, means software needs to run for some time until the problem happens.

Now when the problem appears, some exception seems to happen and my application ends up in an endless loop in "exceptionhandler.asm". This of course does not help me very much to debug my application. So my question: how can I find out what the reason for this exception was/where in my application it was caused?

Thanks :-)