|
KR-51Tiny is an RTOS for the 8051 family and offers a variety of
services, providing time and memory management, semaphores, synchronizing
events, inter-task communications, and more sophisticated functions
such as a perpetual calendar.
KR-51Tiny is limited in the number of tasks according to the software
used:
- EVAL51 (demonstration version): 3 tasks
- Lite Suite RKitL51: 8 tasks
- Professional Kit RKitP51: 8 tasks.
Task declaration is done at the 'C'-source level, while configuration
of the kernel is made at the project level. The SIMICE-51 simulator
provides a variety of information on the status of the Kernel and
each task.
The KR-51Tiny executive is a real-time kernel for the 8051 microcontroller
family. Placed at the core of an application, it provides efficient
task scheduling by driving :
|
KR-51Tiny is easy to implement and permits the programmer to concentrate
on each task, independently from the remaining application. KR-51Tiny
recognizes tasks written in either assembly or 'C', (MA-51 and RC-51
respectively).
KR-51 consists of two parts :
|