Hi All,
I am developing BSP for MC9328MXL litekit in WINCE 5.0. I have
problem once
the interrupt is enabled. I have two timers and I am using timer1 as
system timer. For
time being I have enabled only the timer interrupt.
By referring to few documents I came to know that system timer
interrupt
doesnot call IST and SYSINTR_RESCHED is returned. And I have done
accordingly.
But I have a problem here. Once interrupt bit is enabled in the kernel
code we get
timer interrupt and OEMInterruptHandler is called, this I ensured by
printing debug
message and OEMInterruptHandler is repeatedly called the code doesn't
proceed
further. I have not disabled the timer interrupt before servicing the
interrupt but for the
other interrupts I disable that interrupt source and then proceed. Can
anyone help
me regarding this.
Thanks & Regards,
Chitra