Quality RTOS & Embedded Software

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


Loading

Interrupt priorities on FreeRTOS ports without configKERNEL_INTERRUPT_PRIORITY

Posted by vectorl on April 29, 2014

I'm using the STM32F0 port with IAR. I'm trying to understand the RTOS interrupt priority in relation to the interrupt priority of the STM32F0. The port does not define configKERNELINTERRUPTPRIORITY or configMAXSYSCALLINTERRUPT_PRIORITY in FreeRTOSConfig.h.

However, configKERNELINTERRUPTPRIORITY is defined to 0 in the port.c but it doesn't look to be used and is there just as backwards compatibility.

The STM32F0 has 4 interrupt priorities (0-3). I'm trying to figure out if I'm setting my ISR (non-RTOS and RTOS-calls-from) priorities correctly but I'm not sure what the priority the RTOS is running at. Help?


Interrupt priorities on FreeRTOS ports without configKERNEL_INTERRUPT_PRIORITY

Posted by davedoors on April 29, 2014

I don't think the M0 has a base pri register, and looking at the source code I see interrupts are disabled in critical sections rather than masked, so I think that must be right. The set/clear interrupts from ISR macros are also globally disabling/enabling so in summary it looks like you can use any interrupt priority you like but keep the tick and pend sv interrupts at the lowest priority.


Interrupt priorities on FreeRTOS ports without configKERNEL_INTERRUPT_PRIORITY

Posted by vectorl on April 29, 2014

Thanks, That makes sense. So if I have an isr that calls a FreeRTOS api, does it also have to set at the lowest priority? or does it not matter because it's not masked?


Interrupt priorities on FreeRTOS ports without configKERNEL_INTERRUPT_PRIORITY

Posted by davedoors on April 29, 2014

From looking at the source code I would say it can run at any priority.

On M3 and M4 critical sections in interrupts mask priorities up to a set threshold, and interrupts using the API have to keep below that threshold. On M0 critical sections in interrupts mask all priorities, so there is no threshold to keep below.


Interrupt priorities on FreeRTOS ports without configKERNEL_INTERRUPT_PRIORITY

Posted by vectorl on April 29, 2014

I guess that means no interrupt can preempt the FreeRTOS critical sections. I will keep that in mind as I design my system. Good info. Thanks.


[ 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