Research Article Open Access

RTOS IMPLEMENTATION OF NON-LINEAR SYSTEM USING MULTI TASKING, SCHEDULING AND CRITICAL SECTION

M. Sujitha1, V. Kannan2 and S. Ravi1
  • 1 Dr. M.G.R. Educational and Research Institute University, India
  • 2 , India

Abstract

RTOS based embedded systems are designed with priority based multiple tasks. Inter task communication and data corruptions are major constraints in multi-tasking RTOS system. This study we describe about the solution for these issues with an example Real-time Liquid level control system. Message queue and Mail box are used to perform inter task communication to improve the task execution time and performance of the system. Critical section scheduling is used to eliminate the data corruption. In this application process value monitoring is considered as critical. In critical section the interrupt disable time is the most important specification of a real time kernel. RTOS is used to keep the interrupt disable time to a minimum. The algorithm is studied with respect to task execution time and response of the interrupts. The study also presents the comparative analysis of the system with critical section and without critical section based on the performance metrics.

Journal of Computer Science
Volume 10 No. 11, 2014, 2349-2357

DOI: https://doi.org/10.3844/jcssp.2014.2349.2357

Submitted On: 21 April 2014 Published On: 20 December 2014

How to Cite: Sujitha, M., Kannan, V. & Ravi, S. (2014). RTOS IMPLEMENTATION OF NON-LINEAR SYSTEM USING MULTI TASKING, SCHEDULING AND CRITICAL SECTION. Journal of Computer Science, 10(11), 2349-2357. https://doi.org/10.3844/jcssp.2014.2349.2357

  • 3,170 Views
  • 3,011 Downloads
  • 0 Citations

Download

Keywords

  • Critical Section
  • RTOS
  • Scheduling
  • Resource Sharing
  • Mailbox
  • Message Queue