Rtos

Task Management In OSEK OS

In real-time systems, the software’s different functionalities are conveniently divided into different units/entities called TASKS. The task provides the frameworks for the execution of functions and the OS is responsible for running the sequence of different tasks using the scheduler. Task model The task entity in the OSEK environment is defined with a number of

Task Management In OSEK OS Read More »

RTOS Task States: RTOS Basic

I believe you are already familiar with the term task. But before explaining the different RTOS task states I want to give a small introduction of a Task. The term task is used in a variety of ways. It sometimes means a separately loadable program. There are two other terms that more or less replace

RTOS Task States: RTOS Basic Read More »