Quality RTOS & Embedded Software

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


Loading

coroutines scheduling

Posted by Kirby W. Cartwright on March 7, 2007
People,

I've been looking at either using multitasking or coroutines from the FreeRTOS package.

I developed a test package with a task to blink the LEDs, and also a coroutine to blink the LEDs.

Everything works, but as part of my comparison I wanted to remove everything to do with tasking, and just use the coroutines module and its scheduler. I was not able to totally remove the "tasks.c" file.

Has anyone managed to use the coroutines file and scheduler separately?

Other than that the package is sweet.

Kirby W. Cartwright
Sr. Firmware Design Engineer
Invensys Climate Controls
8115 US 42 N
Plain City, OH 43064
PH: (614)873-9476
FAX: (614)873-9290
mailto:kirby.cartwright@invensyscontrols.com

RE: coroutines scheduling

Posted by embeddedc on March 8, 2007
Coroutines run in the idle task so you need at least the parts of the task code to create the idle task. The tick interrupt will still try to save and restore the task context during the interrupt, this might be the only reason why.

I'm not vary familiar with the coroutine functionality, but I think it should be possible to alter the code a bit so the task code is not required. In particular the preemptive tick should not be used, the cooperative tick is just a normal interrupt and does nothing with the context.

You could just set the idle task stack size to be very large and not create any other tasks. Then the only disadvantage would be the build would include some code that was not required. Removing unused symbols would help.


[ 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