korobov_michael
Newbie level 6

Hello all!
I am using the TimerB in F148 for capturing two channels. Also I want to control if there was an overflow on TimerB during operation. So I'm using two interrupt vectors -- first for CCR0 and the second for CCR1 and overflow.
But when I enable both the CCR1 and overflow interrupts, that share the same vector, I always see processing only of the most prioritized INTR - CCR1. When I disable processing CCR1 the MCU can processing Overflow.
Did anybody encounter this problem?
Thank you
I am using the TimerB in F148 for capturing two channels. Also I want to control if there was an overflow on TimerB during operation. So I'm using two interrupt vectors -- first for CCR0 and the second for CCR1 and overflow.
But when I enable both the CCR1 and overflow interrupts, that share the same vector, I always see processing only of the most prioritized INTR - CCR1. When I disable processing CCR1 the MCU can processing Overflow.
Did anybody encounter this problem?
Thank you