Hello,
I am trying to run an EDMA example in DSPBIOS6 environment on EVM6488. I wish to handle an EDMA compete interrupt using Hardware Abstraction Layer(HAL)HWI module.I am getting linking errors for all the HWI functions invoked in the program (Hwi_Params_init(&hwiparams), Hwi_create(CSL_INTC_VECTID_4,edma_tcc_ISR,&hwiparams,NULL)).
Probably, it is because of not linking the HAL library for EVM6488 (TCI6488).
Do I have to write the HAL functions to handle interrupts for EVM6488 or TI support is available for this?
-Rajesh S Bagul