Quality RTOS & Embedded Software

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


Loading

implementation of "yield from ISR...

Posted by Dave Nadler on August 21, 2012
When an ISR does something which logically unblocks a new task (giving a binary semaphore, putting something in a queue), we want to yield. Dumb question perhaps: why not just simulate a timer interrupt ? This would get back to the scheduler quickly and cleanly after the ISR returns. This would mess up anything using the timer for stable timing without some addition work (accumulate partial timer values in the timer ISR and adjust the tick count accordingly), but that's not hard. Might make things simpler ? Still doesn't allow an ISR to mess with queues while running at a higher priority than FreeRTOS. Thoughts ?

Thanks,
Best Regards, Dave

RE: implementation of "yield from ISR...

Posted by Richard on August 22, 2012
Each port does this in a slightly different way. Faking timer interrupts is not possible on all platforms, and would get complex as you would have to know which was a fake interrupt (so only a context switch was performed) and which was a real interrupt requiring the tick to be incremented and a context switch to be performed - the complexity comes when both things happen simultaneously.

Regards.

RE: implementation of "yield from ISR...

Posted by Dave Nadler on September 2, 2012
Thanks for the concise explanation. I added a fake interrupt to a distinct (non-timer) ISR at priority 1; high-priority ISR can force reschedule by triggering the fake interrupt. Seems nice and clean, on PIC24F anyway.
Thanks again !
Best Regards, Dave


[ 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