metaonly module ti.sysbios.family.arm.m3.Exception

(Deprecated!) Exception Module

Do not use this module! [ more ... ]
Configuration settings sourced in ti/sysbios/family/arm/m3/Exception.xdc
var Exception = xdc.useModule('ti.sysbios.family.arm.m3.Exception');
module-wide config parameters
 
DETAILS
Do not use this module!
The functionality of the Exception module has been fully integrated into the Hwi module.
The Exception module is a basic Cortex M3 exception handler. No attempt is made to return from an exception as these are generally fatal in nature.
When used, the Exception module will override the default exception handlers provided by the Hwi module. This can be done by adding the following to your configuration script:
  Exception = xdc.useModule('ti.sysbios.family.m3.Exception'); 
 
config Exception.doPrint  // module-wide

If true, use System_printf() to dump exception context

Configuration settings
Exception.doPrint = Bool false;
 
generated on Thu, 25 May 2017 22:09:50 GMT