Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

Gate Keeper task

Posted by nagaraju on August 14, 2013
Hi,

What are the specifications of the Gate Keeper Task.
In the given example i changed the gate keeper task name to some other task name then also it is working.
What is the priority of the GateKeeperTask?
What is the speciality of the GateKeeperTask could you elaborate me on that.

Thanks ,
Nagaraju

RE: Gate Keeper task

Posted by Richard on August 14, 2013
“What are the specifications of the Gate Keeper Task.”


Gatekeeper is just a term used for any task that is the only task allowed to access a certain resource (a peripheral for example). If any other task wants to access the same resource then they can only do it through the gatekeeper. That way, all accesses to the resource happen in one thread, and corruption cannot occur by two tasks attempting to access the resource at the same time.

Of course there is nothing physically preventing the task from accessing the resource, it is just a design decision that it will only do it through the gatekeeper.


“In the given example i changed the gate keeper task name to some other task name then also it is working.”


I'm not sure I understand your question here. The name of a task will have no effect on its behaviour.

“What is the priority of the GateKeeperTask?”


You can create it at whatever valid priority you like. The best priority to use will depend on how you want your application to execute. For example, if you want a task A to access peripheral X through gatekeeper task B just like it was calling a function then task B must have a higher priority than A.

Regards.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner