We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear all I am using Timer0 and external interrupt 0. Timer0 of having 10ms. External interrupt ISR required 50ms to compltet its task, so that I am not getting exactly 10ms interrupt of Timer0.
I also use IENABLE and IDISABLE as told in sample code examples.but still i am not getting result. I am working on LPC2378 and using "REAL VIEW MDK-ARM Ver 3.20"
Regards SS T. Pune India
Timer1Delay(50); // delay for 50ms sec
why are you doing this?