Quality RTOS & Embedded Software

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


Loading

Cannot allow Idle task to block?

Posted by Jeff Smith on October 13, 2005
If I recall correctly, I must not put code in vApplicationIdleHook() which might block, because there is no lower priority task to execute.

I did not realize until now that means I probably should not use xSemaphoreTake() with a time greater than 0. Can I use 0? Or maybe in the implementation, it is ok to use a higher block time. Docs say the reason IdleTask should not block is because there must always be a task ready to run. What if xSemaphoreTake only blocks while a higher priority is using the same resource?

RE: Cannot allow Idle task to block?

Posted by Richard on October 14, 2005
The idle task is the low power task - if you wish it to be - by using it to place the processor into power save mode.

Using 0 for the block time should be fine, as the task will remain in a ready state.

Using none 0 would be ok provided you can guarantee that there is always at least one task that is able to run - which I think would be difficult to guarantee in most applications.

Regards.


RE: Cannot allow Idle task to block?

Posted by Jeff Smith on October 14, 2005
Ok, it seems to work. The reason I could block IdleTask on the specific semaphore is because the highest priority task is the other one that takes it. Since that task does not block while having the semaphore, then it will only block after the semaphore is returned, at wich time IdleTask would be readied.

Or is there a flaw in that logic?

RE: Cannot allow Idle task to block?

Posted by Richard on October 14, 2005
Seems to make sense - should work fine. Give it a go.

Regards.

RE: Cannot allow Idle task to block?

Posted by Jeff Smith on October 14, 2005
I just realized that increasing from 0 would not serve any purpose, as IdleTask would never begin executing while the higher priority was still executing.

So with this design I don't even need IdleTask to check the semaphore!


[ 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