Click here to Skip to main content
15,887,442 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
presently I'm working on timer operation on LPC1115 (ARM7) controller.
how to set the timer and timer related registers in LPC1115.
I'm using c programming and KEIL vision 4 as IDE.
ex; if I had selected the time as 5 mins. so after counting 60secs, time should decrement by one min. ie.e4,3,2..0. how to do it?
I want to display the time on LCD board. please give me suggestions on regarding this.
Posted
Updated 20-May-15 22:14pm
v2

1 solution

Timers are usually relatively simple to program, you should study the documentation and then coding should be straightforward. Please note, you might find better help on forum dedicated on such a microcontroller (possibly you may also find application notes published by the MCU manufacturer).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900