Litcius/Paper detail

Full Hardware Implementation of FreeRTOS-Based Real-Time Systems

Wakako Nakano, Yukino Shinohara, Nagisa Ishiura

2021TENCON 2021 - 2021 IEEE Region 10 Conference (TENCON)15 citationsDOI

Abstract

As higher and higher functionalities are being im-plemented in embedded systems, it is becoming difficult to ensure their real-time performance. As one approach to enhancing response performance of RTOS-based systems, Oosako proposed a method for implementing both kernel objects and RTOS functionalities as hardware utilizing high-level synthesis, where TOP-PERS/ASP3 was assumed as an RTOS. This paper extends this method to deal with systems based on FreeRTOS. In FreeRTOS, tasks can be generated either statically or dynamically, whose control data are managed in linked lists. We place restrictions that all the tasks are generated before scheduler starts so that we can keep the task control data in an array. Software timers are dealt with as tasks that have their own timers. We also present methods to implement dispatch disabling for mutual exclusion and a data queue for asynchronous data communication. We have implemented a hardware module from a reduced version of a demo program main_full.c and TimerDemo.c bundled with FreeRTOS, which took less than 300 ns and 700 ns for task control and data queue operations, respectively.

Topics & Concepts

Real-time operating systemEmbedded systemComputer scienceTask (project management)Asynchronous communicationQueueOperating systemInterrupt handlerKernel (algebra)SoftwareInterruptEngineeringMicrocontrollerProgramming languageComputer networkMathematicsSystems engineeringCombinatoricsEmbedded Systems Design TechniquesReal-Time Systems SchedulingParallel Computing and Optimization Techniques
Full Hardware Implementation of FreeRTOS-Based Real-Time Systems | Litcius