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

USB and Timer interrupts

hi everyone,
I am using lpc2378 processor. I am using timer interrupt at highest priority and USB in HID interrupt. But it does not work properly.

Iqbal

Parents
  • Only the problem is this it does not working properly, USB interrupts interfer in timer interrupt, or I can say that when USB Interrupt is being executed it doesnt allow timer interrupt to execute, priority doesnt matters at all. Moreover the concept of IENABLE and IDISABLE has also been verified. It doesnt make that much difference.

Reply
  • Only the problem is this it does not working properly, USB interrupts interfer in timer interrupt, or I can say that when USB Interrupt is being executed it doesnt allow timer interrupt to execute, priority doesnt matters at all. Moreover the concept of IENABLE and IDISABLE has also been verified. It doesnt make that much difference.

Children