This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ethernet Receive interrupt problem

HI all, In LPC2368,i need to have receive interrupt for each of the descriptors upon updating the status in the descriptor.I have enabled the VIC IntEnable for ethernet,assigned priority and configured VICAddress21(in LPC2368).Also enabled RxDone interrupt,Interrupt enabled in each of the receive descriptors.But i'm getting the interrpt only once.upon entry in to ISR ,ii cleard the interrupt and acknowledged(i.e VICAddr=0) but i'm not getting the interrupt further...
Do i left any configuration?help me out

0