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

machine cycle

Hello all,

the way we calculate 1 machine cycle period in 8051
clock = 12MHz
then 1m/c = 1/ (12MHz / 12) = 1 usec

In case of ARM7, I have peripheral clock for timer = 12Mhz (after doing all the calculations of PLL)
can you guide me the time period of 1 machine cycle in case of ARM7.
does it mean 1 m/c = (1/12Mhz) = 83 nsec

Please guide..

Thanks and regards.

Parents
  • Hello Mike,
    Thanks for reply.
    you are right. but does that mean peripheral clock cycle = 1/12MHz = 83nsec
    I want to generate timer clock = 5 msec
    I can use the formula to generate 5msec
    but I want to know whether one timer tick = 83nsec as peripheral clock = 12Mhz for timer.
    Is it right?
    thanks

Reply
  • Hello Mike,
    Thanks for reply.
    you are right. but does that mean peripheral clock cycle = 1/12MHz = 83nsec
    I want to generate timer clock = 5 msec
    I can use the formula to generate 5msec
    but I want to know whether one timer tick = 83nsec as peripheral clock = 12Mhz for timer.
    Is it right?
    thanks

Children