Quality RTOS & Embedded Software

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


Loading

Querying execution context

Posted by incrediball on January 15, 2009
I've written some functions that I need to use from a regular task context as well as from interrupts. Since the functions are dealing with a shared resource, I am using critical sections to synchronize access to it. However, critical sections cannot be used inside interrupts since (at least on the ARM7 GCC port) this crashes the system.

Rather than writing regular and "FromISR" versions of the functions, they should themselves check in which context they're being called and call taskENTER_CRITICAL & taskEXIT_CRITICAL in the regular case, or not if it's an ISR.

So, is there a way to determine the execution context? Or do I need to set a flag myself in my interrupt handlers?


RE: Querying execution context

Posted by woops_ on January 15, 2009
Setting your own flag would be easiest, but you can always look at the mode bits in CPSR to see if you are in IRQ mode or System mode.

RE: Querying execution context

Posted by incrediball on January 18, 2009
Thanks. Reading CPSR seems like a nice solution but I don't know how to code that in asm and it is of course platform dependent.

It would be nicer if on all ports FreeRTOS could provide this information and/or make taskENTER_CRITICAL & taskEXIT_CRITICAL interrupt safe. That would simply involve doing nothing if an interrupt is running, which would also make more of the API interrupt safe (e.g. uxQueueMessagesWaiting).


[ 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