Quality RTOS & Embedded Software

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


Loading

Tick priority

Posted by Chandra V on July 25, 2009
Hi

I wanted to assign proper interrupt priority (not task priority) in interrupt control register for a hardware timer, which is responsible for generating 2HZ system tick as my application need.

Configuration:

Controller : NEC V850
Compiler : IAR
Clk frequency : 2MHZ

My doubt is

Is any other thump rule defined (recommendation) by freeRTOS for system tick handling?
Like a) system tick must not interrupted by any other ISR b) it could be handled in tasks also c) nested interrupt is allowed during execution of tick isr etc.,

Regards

RE: Tick priority

Posted by Richard Damon on July 25, 2009
The basic rule is that interrupt that interact with the FreeRTOS kernel (the tick interrupt and any interrupt that calls the FromISR api) should not nest. If your post supports nesting, then interrupts that do not interact with kernel can nest or interrupt ones that do interact. Basically the FromISR routines assume that they are executing inside a critical section of sorts and don't need (or can't) worry about being interrupt in the middle of manipulating critical structures.

RE: Tick priority

Posted by Chandra V on July 25, 2009
Hello Richard,

So, i came to following conclusions based on your input:

1. Unexpected system behavior is expected when an interrupt that interact with the FreeRTOS kernel.
2. freeRTOS kernel delay service won't work in expected manner even if its managed to run.

Thanks a lot for your feedback.

Regards


[ 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