hello
i am using HWI4 on DSP/BIOS of CCSv 3.3 in which i've selected Interrupt selector as 36 for DM6446 processor on DSP side which is a EDMA interrupt and called ISR as isr_edma
i've also set
c64_enableIER(C64_EINT4) and included C64.h
but that ISR is not runnig.
what could be the problem?