Quality RTOS & Embedded Software

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


Loading

Priority set

Posted by krishna kumar on March 5, 2008
Hello,
WE doing the finger print project in imx27,i am working on freeRTOS in embedded workbeanch tools,As i checking the working of priority set by creating task1&2 where task2 has higher priority,i raise the priority of first task to priority of second task by priority set of taskhandle but priority of first task is not raised to second task how we can do this...can anyone suggest me

static xHandle xHandle3

mainTASK2_PRIORITY 3
mainTASK3_PRIORITY 4

static void TASK2( void * pvParameters )
{
for(;;)
{

vTaskPrioritySet( xHandle3, mainTASK2_PRIORITY+1);
{
if(mainTASK2_PRIORITY==4)//bt it not entering to this loop where task2 is raised from
priority 3 to 4
{

some code

}
}
}

RE: Priority set

Posted by Richard on March 5, 2008
I don't follow the code: "if(mainTASK2_PRIORITY==4)" as mainTASK2_PRIORITY is 3 (a manifest constant) it will never equal 4.

If you want examples of raising and lowering task priorities look at FreeRTOS\Demo\Common\Minimal\dynamic.c.

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