ARM Local Timer

From OSDev.wiki
Revision as of 22:48, 9 July 2023 by osdev>Khaledhammouda
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page is a stub.
You can help the wiki by accurately adding more contents to it.

Introduction

The ARM Local Timer is a single, 28 bit countered periodic timer found on Quad Core ARM CPUs (all new Raspberry Pi models, from RPi2 and upwards).

The periperal's address is 0x40000034.

This timer operates on a fixed 38.4MHz frequency.

See Also

External Links