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

When the generic timer starts to tick?

Hi all,

When does the generic timer in ARMv7 start to tick? I am sure that I've configured properly, but both CNTVCT and CNTPCT do not start to increase. What am I missing?

Parents
  • The "tick" comes from a component called the System Counter.  This is part of the SoC, effectively another peripheral.  Typically it's set up by the early boot firmware.  The Generic Timer and System Counter is one of the guides that we're currently working on for the Learn the Architecture page

Reply
  • The "tick" comes from a component called the System Counter.  This is part of the SoC, effectively another peripheral.  Typically it's set up by the early boot firmware.  The Generic Timer and System Counter is one of the guides that we're currently working on for the Learn the Architecture page

Children