Quality RTOS & Embedded Software

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


Loading

Using interrupts before kernel starts

Posted by Trialogy on December 12, 2012
Hi everybody,

i need to use the RX interrupt before starting the RTOS
( Polling is not a solution because i need to flash a external memory while data should received at the background).

calling portENABLE_INTERRUPTS() not works, i can't receive any interrupts before the RTOS (vTaskStartScheduler) starts. Anybody faced the same problem?

King regards.
Engin

RE: Using interrupts before kernel starts

Posted by Richard on December 12, 2012
You have not said which port you are using, or which RX interrupt you are using.

Note that some ports never globally enable or globally disable interrupts, but instead just modify the priority level interrupt mask. Therefore, if interrupts are globally disable, calling portENABLE_INTERRUPTS() will only set the interrupt mask level down without actually enabling interrupts.

There is no problem using interrupts before the scheduler starts *provided* the interrupts don't make use of the FreeRTOS API. To protect against the possibility of an interrupt that does use the FreeRTOS API executing during initialisation most FreeRTOS API functions will leave interrupts disabled (or the mask level up) when they exit if the kernel is not running (interrupts becoming automatically enabled/unmasked when the scheduler starts).

Regards.

RE: Using interrupts before kernel starts

Posted by Trialogy on December 12, 2012
Many thanx


[ 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