-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: TimerTimerTimerbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Milestone
Description
When the counter reaches zero, it reloads the value in
SYST_RVR on the next clock edge. This means that if the
LOAD value is N, the interrupt ("tick") is triggered
every N+1 cycles. Therefore, when we operate in non-
tickless mode, we need to configure the LAOD value
with CYC_PER_TICK - 1, in order to get an event
every CYC_PER_TICK cycles.
Reference: https://developer.arm.com/docs/dui0471/l/handling-processor-exceptions/configuring-systick
Metadata
Metadata
Assignees
Labels
area: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: TimerTimerTimerbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug