This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

1 millisecond delay function without using Timer

Hi am doing the final year project in LPC2148 , I need 1 ms delay for sense the object, am using timer for some other function , can anyone give the accurate delay function for generating 1 ms delay ......

Parents
  • Do you see any direct problems using the formulas given in the processor user manual, for dividing the input frequency to the clock, with the number of ticks you need to get 1ms delay, to figure out how many ticks the timer should "divide" the input clock?

    Is there any specific part of the text in the manual, that you do not understand?

Reply
  • Do you see any direct problems using the formulas given in the processor user manual, for dividing the input frequency to the clock, with the number of ticks you need to get 1ms delay, to figure out how many ticks the timer should "divide" the input clock?

    Is there any specific part of the text in the manual, that you do not understand?

Children
No data