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