The OS_Tick_Handler function handles the RTX tick interval
interrupts. It is used in Cortex™-M library, if you are using
alternate peripheral timer as RTX tick timer.
The OS_Tick_Handler is an interrupt handler function, which
runs OS task scheduler. It is called by Nested Vectored Interrupt
Controller (NVIC) on alternate timer interrupt, and can not be called
as a regular c-function. It must be entered into the Interrupt Table
in startup file. The default Cortex-M interrupt vector must be
replaced by OS_Tick_Handler.
The OS_Tick_Handler system function is in RL-RTX
library.
Note
The OS_Tick_Handler function does not exist in
ARM7™/ARM9™ library version.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.