I have a system that is
running 3 interrupts
1 timer ( timer 1
period interrupt on int 2)
A to D
interrupt at end of seq conversion on int 1
SCI Rx and Tx interrupt
on int 1
The timer interrupt is
working
I put a bit toggle upon
entering and exiting
I can see the processor
is being used 50% of the time
when I
single step out of the timer interrupt
The interrupt registers
are set as follows
IMR =>
0x003f
INTM =>
0
PIRQR0 =>
0x0002
ADCTRL1 => 0x3010
ADCTRL2 => 0x0600
To me it looks like the
processor should service the A to D interrupt
but it
doesn't
Am I missing something
??
Where else should I
look ??