This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PWM

We were doing PWM capture using CCP module present in that controller. We have enabled timer0_B and timer1_B for event capturing. We have enabled the interrupts also. When we debugged event has occurred and timer was able to capture it. Corresponding register (GPTMRIS) is set to 0x400 as expected. But it didn’t go to the corresponding ISR (interrupt service routine) function. What could be the problem?

Kindly suggest us.