Quality RTOS & Embedded Software

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


Loading

Return from Task

Posted by David Williams on February 15, 2006
I see there was a discussion about this a while back. Where did it end up?

Is it simple to add a mechanism that permits a task returning from its primary function to return to a place that calls vTaskDelete? I can foresee lots of my users thinking this is a natural thing to do.

Sorry in advance if this is a stupid question.

D.

RE: Return from Task

Posted by Nobody/Anonymous on February 15, 2006
If you want to do this, can you not just add a call to vTaskDelete at the end of your task function manually? It might not be wanted to add extra code to FreeRTOS to implement something that can be done very easily anyhow.

Just an opinion.

Alternatively you can place the return address that is on the inital stack (setup when the task is created) to jump to the delete function. Then it would happen automatically which is ok as long as this is what you expect to happen.

RE: Return from Task

Posted by David Williams on February 15, 2006
Thanks for your suggestions.

The reason that I want to be able to have the vTaskDelete function be called automatically is that my customers (non-expert programmers) will, I predict, frequently forget. In addition, I think it's more natural to think of returning from a thread to mean that you're done with it.

I like your second suggestion better, but I'm just getting started with FreeRTOS so I'm not super anxious to be playing with stack stuff just yet. Maybe a little project for myself in the near future.


[ 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