BCM System Timer: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
(Created page with "{{Stub}} == Introduction == The '''BCM System Timer''' is a very simple, easy to use timer found on BCM2835-BCM2837 SoC (all Raspberry Pis, from Zero to 3B+). This periphera...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 10:
The free running counter is driven by the timer clock and stopped whenever the processor is stopped in debug mode.
 
The periperal's address is MMIO_BASE + 0x3000, which is 0x20003000 for older models, and 0x3F003000 on RPiARM Quad Cores, RPi2 and upwards).
 
This timer operates on a fixed 1MHz frequency.
Line 19:
 
[[Category:ARM]]
[[Category:Timers]]
Anonymous user