Dear TI
now I am migrating a DSP/BIOS 5 Application to SYS/BIOS 6 ,I meet some questions about DSP/BIOS 5 APIS
as we know , in DSP/BIOS 5 there is one API :
Syntax HWI_dispatchPlug(vecid, fxn, dmachan, attrs);
Parameters Int vecid; /* interrupt id */
Fxn fxn; /* pointer to HWI function */
Int dmachan; /* DMA channel to use for performing plug */
HWI_Attrs *attrs /*pointer to HWI dispatcher attributes */
1.my question is whether this HWI_dispatchPlug(vecid, fxn, dmachan, attrs); still supported in SYS/BIOS 6?
and in CCS help says: