I would like to port the abort() and error() functionality example to
The examples given are for DSP BIOS 5.
Please help to port the following code to SYS/BIOS 6.3 used in CCS 5.0.
var SYS = xdc.useModule('ti.bios.SYS');
SYS.ABORTFXN = "Lte_SysAbort";//_Lte_SysAbort;//"_Lte_SysAbort";
Regards
Santosh