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.

SysBios exception

Other Parts Discussed in Thread: SYSBIOS

Hi folks,

I am triying to use the exception handler that is plugged by default by bios6, however I can not run into the exception handler function.  here is my configuration:

var Exception  = xdc.useModule('ti.sysbios.family.c64p.Exception');

Exception.enablePrint = true;

Exception.nmiHook = '&myExcHookFxn';

var Hwi           = xdc.useModule('ti.sysbios.family.c64p.Hwi'); 

However, when  an internal exception,the myExcHookFxn()function is not being called,

Do you know why? Could you give me an example project about exception of sysbios? Thank you!

Regards,

Jimmy