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.

OMAP-L138 DSP backtrace

Other Parts Discussed in Thread: OMAP-L138

Hi,

My OMAP-L138 DSP application is having a problem and so it calls SYS_abort(). I'm trying to figure out why, so I compiled with: -g --symdebug:dwarf --opt_level=0

Even with those options my backtrace in CCS 4 is limited to:

0 app_fatal_error()

1 lclDspAbort()

2 SYS_abort()

 

Is there any reason the backtrace should stop at SYS_abort()?  Or is there any way to get the backtrace to go further?

Thanks,

Will