Keil Logo

Round-Robin Multitasking

The following options can be configured:

  • OS_ROBIN enables the Round-Robin Multitasking. It must be set to 1 to enable it or 0 to disable it. It is enabled by default.
    #define OS_ROBIN       1
    
  • OS_ROBINTOUT specifies the Round-Robin Timeout. This is the time-slice assigned to the currently running task. After this time-slice expires, the currently running task is suspended and the next task ready to run is resumed. It is specified in number of system timer ticks.
    #define OS_ROBINTOUT   5
    
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

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.