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.
I want 10 sec delay for the system how to implement it in keil c. kindly help me.
for example: consider a road signal which has three aspects and when the aspect changes from green to red it goes to yellow aspect and there is a delay of 5 to 10 sec. how to implement it. I implemented it by using for loops. But there is any way to implement using Hardware timer concepts
Check the user guide for the processor that you are using and learn about the timer/counter system.
That's what it's there for.