Quality RTOS & Embedded Software

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


Loading

Some task unexpected stops

Posted by sminder on August 15, 2014

I have a number tasks and they run fine as long as something does happen. Then some tasks has "Ready" state and highest priority but never executed, and some task have less priority but executed. The table of the states of tasks is given below:

TskNum  TskName     Prio    TskStatus 7       IDLE        0       Ready 5       taskbuf    2       Ready 1       taskkeys   3       Running 2       taskzb   4       Ready 8       Tmr Svc     4       Blocked 3       taskptt    3       Suspended 4       taskled    1       Suspended 6       taskusb    2       Suspended

I'm interested in a "taskzb" task which has a highest priority and the "Ready" state but never executed. At the same time the "taskkeys" task which has less priority running as well as an "IDLE" task (the "task_buf" task also never executed). That the problem?

P.S. RTOS port is ARM Cortex M3, version is 7.4.2


Some task unexpected stops

Posted by rtel on August 15, 2014

This is normally a symptom of incorrect interrupt priority assignments. I would recommend updating your FreeRTOS version, ideally to V8.0.1 (should just be a drop in replacement), but at least to one of the later V7.x.x versions, then ensure configASSERT() is defined. This is because the latest versions have additional assert calls specifically designed to trap interrupt priority issues.

You can also look through the My application does not run section of the FAQ to ensure you are also complying with the normal API usage requirements.

Regards.


Some task unexpected stops

Posted by sminder on August 22, 2014

Thanks a lot for your advice! I just replaced my old RTOS version by a new one and I've got a great tool for the interrupt priority diagnosis so I found the problem.


[ 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