Quality RTOS & Embedded Software

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


Loading

FreeRTOS + MPU practicality question

Posted by Tamir Michael on June 27, 2012
Hello,

I've enabled FreeRTOS's support for a MPU (LPC1788). My application, however, needs to _move_ lots of data - log data, screen shots, etc. With a MPU in place, this becomes a difficult or at least - expensive in terms of computation power, as the only way to move data is via kernel provisions (queue...) and signals.
Is there a useful way to share data between tasks? I thought about programming the MPU on the fly so that one of the regions is setup as R/O to allow some access, but what do I do if I need to write (for example, if a task needs to write data to a TX buffer which is located outside of its regions reach...). Having a task per function can cause serious traffic congestion...
Any ideas?

RE: FreeRTOS + MPU practicality question

Posted by Tamir Michael on June 27, 2012
If these issues are not resolved, I am considering leaving the MPU enabled, but only for the kernel.
I would appreciate any input you might have.

RE: FreeRTOS + MPU practicality question

Posted by Richard on June 27, 2012
You can give more than one task access to the same RAM to share data between tasks. For example, if you set up the MPU of two tasks to have both read and write access to a certain area of RAM. Or, depending on the design, you could set up one task to have read only access and another task to have write only access to a region of RAM so one task can produce data and another consume it (without any other tasks being able to write over the data being consumed).

Does that help your design? Maybe you are doing that already?

Regards.

RE: FreeRTOS + MPU practicality question

Posted by Tamir Michael on June 28, 2012
Thanks for your reply.
I have build a small prototype that allows a task to "R/O - share" its MPU memory (allocated using a LIFO policy but that's off the subject) upon sending a signal to a task that requires access to the memory. That should solve the issue of transferring large blocks of data, but also requires the approval of my colleagues...


[ 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