Quality RTOS & Embedded Software

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


Loading

Context Save/Restore in Interrupts

Posted by Nobody/Anonymous on July 6, 2005
Am I getting this right?

The reason that the context has to be saved and then restored is that because the scheduler can not yield in the regular way while in interrupt context (as we assume there are no nested interrupts, and the yield is done through software interrupt).
So we restore the context at the end of every interrupt; If a context switch was performed somewhere along the ISR, the ISR assembly wrapper will just complete the action usually done by the software interrupt used for yield.
Otherwise, the context restore will do nothing.

What did I get wrong there? :)



RE: Context Save/Restore in Interrupts

Posted by Richard on July 6, 2005
Basically, but it is not always necessary to save and restore the context each ISR, depending on the ISR, but also depending on the processor and tools.


Some times it is more efficient to save everything on entry and exist, sometimes to only save when needed at the cost of some duplication (some registers getting saved twice). Also some compilers make this easier than others.

Which port are you using? (processor and tools) Your comment about wrapper code narrows it down, but which one?


Regards.

RE: Context Save/Restore in Interrupts

Posted by Nobody/Anonymous on July 6, 2005
I'm using the SAM7 IAR port.
I see when there is no reason for wrapping - essentially, when you're not doing anything that might indirectly yield, such as locking a resource, writing to a queue, etc...

BTW, this will be a very good place to admit you for the excellent, excellent work you've done!



[ 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