I have an old project which works with Bios 5 (chip TMS320DM642). I want to enable bios exceptions.
In bios 6 (different chip), I am able to enable it from the XDC configuration file:
var Exception = xdc.useModule('ti.sysbios.family.c64p.Exception');
Exception.exceptionHook = "&exceptionDSP";
How can I enable similar exceptions on Bios 5?