Quality RTOS & Embedded Software

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


Loading

FreeRTOS without any interrupt source?

Posted by michaelmoese on March 14, 2014

Hello Everybody. I'm currently evaluating options for implementing some functionality for a custom FPGA-based CPU. I'd strongly prefer using FreeRTOS over some homegrown solution. However, my processor, while being perfectly suitable for my task, does not provide me any interrupt handling. For the target application, this would be fine. Also, pure Cooperative Multitasking would be fine (I know I can't preempt without timer interrupt). Now to my question: Will I be able to successfully port FreeRTOS to my CPU, even if it does not support interrupts? I got sources for my CPU, so I could add interrupts to the processor - however I'm a software developer who is happy when being able to connect two IP-cores inside an FPGA design.. I'm pretty sure I will have a hard time adding interrupts to the CPU.


FreeRTOS without any interrupt source?

Posted by rtel on March 15, 2014

I have never tried it, but presumably you could use a pure cooperative scheme (with configUSE_PREEMPTION set to 0) provided you don't ever try to delay. For example, without modifying the code you would not be able to call things like vTaskDelay(), or specify a block time to a queue, semaphore or event group function.

If you had a free running time source that didn't generate interrupts you could potentially add some time management into a trace macro that gets called each time a yield was performed. That would be somewhat non-trivial as you would need to figure out how much time had passed between successive yields, then manually call the 'increment tick' function that many times in a loop.

Regards.


FreeRTOS without any interrupt source?

Posted by michaelmoese on March 17, 2014

Thanks for your reply. I'm aware of not being able to block tasks when no timer interrupt is available. However, due to the lack of interrupts, I wouldn't even need real semaphores - I could just use variables for event notifications, and I would never need to protect any critical sections, as no preemption could happen. I think I will just try this out, porting of FreeRTOS does not seem a too difficult task.

I'll keep you updated.


[ 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