Quality RTOS & Embedded Software

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


Loading

how to monitor those task

Posted by vincent on August 9, 2013
Hi:

like TELNET, FTP, SSH, HTTP server, it blocks in lwip_recv() function, how to monitor it is running or dead?

RE: how to monitor those task

Posted by Richard on August 9, 2013
Not sure I understand your question. Are you just asking how to tell if a task is still running? If so then this is done in all the standard demos. Have the task you are monitoring increment a number at key points in its functionality, then have a high priority monitoring task check the number is incrementing as expected.

Regards.

RE: how to monitor those task

Posted by vincent on August 9, 2013
yes, i need to monitor one task is running or not . but those task blocks in lwip_recv() function and never exist, there is no demo about it

RE: how to monitor those task

Posted by Richard Damon on August 9, 2013
One solution would be to have it not block with a large/infinite timeout, but to use a short timeout, and test for the time out, and when it happens set a flag to say you are running and go back into the block for a little bit. If the flag doesn't get bumped over a time period longer than that timeout (or any other busy time the task might have) then you can assume something is wrong.

The one problem with this, is that there isn't much you can really do if a task dies, as you don't really know what might need to be cleaned up. It isn't like a process on a "big" computer which has a fully dedicated environment to run in and can be started anew.


[ 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