Quality RTOS & Embedded Software

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


Loading

FreeRTOS Upgrade for ATmel XMEGA256D3

Posted by guggech on January 7, 2014

I am using the FreeRtos V6.0.4 with an Atmel xmega256D3 processor. What are the benefits to upgrade to version V7.x or V8.x?

Thanks you.

Charles


FreeRTOS Upgrade for ATmel XMEGA256D3

Posted by rtel on January 7, 2014

First I would say - there isn't actually an official XMega port, so I assume you created the port yourself or obtained it from the web somewhere (there are several about - FreeRTOS currently only have a MegaAVR not an XMega). Therefore I will ignore the port layer in the info below, in any which case most work in the port layers has been for 32-bit parts rather than 8-bit parts.

A full version history can always be found here: http://www.freertos.org/History.txt You can just look at the description major version number changes to get an idea.

The major advance between V6 and V7 was the introduction of Software Timers. They could potentially be of benefit to you if you can replace some tasks with much lighter weight software timer callback functions. I can imagine that would be beneficial on [relatively speaking] resource limited cores such as the XMega, but only you know if there are any opportunities to exploit this in your application.

The major advance between V7 and V8 would be the event groups. Again, event groups can be beneficial in resource limited systems if you can replace multiple binary semaphores with a single event group. Not only can each bit in the event group be effectively used as a binary semaphore, but event groups are just less resource intensive anyway.

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