Hi all
I am trying to bring out isr using HWI on Bios . I an not using ECM as i want to bring out just 1 interrupt . in the Bios , under HWI_INT4 i am giving the function name which is c function without arguments . and in my main function i am usiing HWI_eventMap(4, 14); 4 maps to HWI_INT4 and 14 is the IDMA1 interrupt .
I am starting iDMA1 and i can see the idma compete but no interrupt is being generated as my isr is not processed . do i need to enable interrrupt ? or am i missing something .
thanks
Suresh