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