Quality RTOS & Embedded Software

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


Loading

Some doubts while Reading FAQ's

Posted by ephobb on May 31, 2015

I have one query regarding FreeRTOS, While reading FAQ on http://www.FreeRTOS.org/FAQHelp.html following are the doubts.

  1. i found that there is written as "All FreeRTOS ports use a timer interrupt, and some FreeRTOS ports use multiple interrupts. Use the provided demo projects as an example."

What does it mean? Is it like it uses timer interrupt to handle schedule task?

  1. Each byte of the task stack is set to 0xa5 when the task is created, making it relatively simple to see if a stack overflow has occurred. why only 0xa5 value? means is there any specific reason or only to compare?

Some doubts while Reading FAQ's

Posted by rtel on June 1, 2015

1 - All timing in the RTOS is relative to a periodic interrupt called the tick interrupt. The timer is used to generate the tick interrupt.

2 - 0xa5 is just used to make it easy to see when debugging. There is nothing special about the number other than it is a repeating pattern of 1 then 0.

Regards.


Some doubts while Reading FAQ's

Posted by ephobb on June 1, 2015

Ok thanks. If we are using timer fortick then is it available to programmer to use it somewhere else?


Some doubts while Reading FAQ's

Posted by tlafleur on June 1, 2015

Microchip will be releasing a new PIC32MZ processor soon with FPU, do you have plans to support this FPU variant in FreeRTOS...

PIC32MZxxEFxx. This is about to go into sampling and target production in early July’15. The additional enhancement is adding a FPU....


Some doubts while Reading FAQ's

Posted by rtel on June 1, 2015

The timer used to generate the tick interrupt is under the control of FreeRTOS, but you can add code into the tick interrupt by way of a tick hook function: http://www.freertos.org/a00016.html

Regards.


Some doubts while Reading FAQ's

Posted by rtel on June 2, 2015

Hi - I think this was posted in this thread accidentally rather than starting a new thread - but the answer is yes there will be support at some point.

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