• clock duration calculation
    hi friends, I am doing a small project on programmble timer.The timer is designed to give control output to each channel according to the timing.the timer starts from 0.0minutes and as it increments...
  • real time clock calculation
    Hai, i am using lpc2368 microcontroller in my embeddd project. i am displaying the clock in lcd also using RTC calculation. i am stuck with a section in which we have to find the clock duration between...
  • ST10 Simulator CPU Clock Speed Wrong?
    OK, so I am hoping someone can help me with this one. I use the simulator in uVision (v3.21) a huge amount to prove our system, but I have been having an issue with the CPU clock rate. I use a lot...
  • cpu clock (cclk)?
    hi i am using lpc2364 processor. Clock is 14.7456mhz. I have set cclk to 70.77888mhz, hclk to 353.9844mhz using pll. In data sheet there is range for hclk (275mhz to 550mhz). My doubt is what is maximum...
  • Problem with calculation
    Hi I have been trying to use the equation: int Temp; Temp = 680*((N-82)/(920-82)); return Temp; N=920 - I would expect temp would be 680 and the result is 680 which is correct But...