Hi ,
I have devloped a driver for OMAP 3503 GPTimer 4 in WinCE 6.0 and facing the mentioned issue :-
When ever the driver is loaded it generates an interrupt even though the Timer is not configured in the driver init . In the init module we are just registering the interrupt and creatinng and linking the IST for timer interrupt . As soon as the timer driver is loaded it gets an interrupt .
I tried to stop the timer and disable all interrupts in the init but it did nt worked . I even tried not to register the interrupt in init but doing so did not allowed me to register the interrupt later (interrupt registeration failed)
Using IOCTL call i am able to run the timer in autoreload/single short mode properly hence i could say that the timer is working except that it generates an interrupt when driver is loaded .
Can any one could help in this regard or probably suggest something .
Misbah <><