Part Number: OMAP-L138
Other Parts Discussed in Thread: SYSBIOS
var Exc = xdc.useModule('ti.sysbios.family.c64p.Exception');
Exc.exceptionHook = '&Exception_Hook_Function';
Exc.enablePrint = true;
In the code:
void Exception_Hook_Function( void )
{
// do something ...
}
Friedrich