Atmel SAMA5D3 processor support for FreeRTOS?

declant wrote on Monday, January 06, 2014:

Is there currently Atmel SAMA5D3 processor support for FreeRTOS?
I couldn’t find an official or contributed Port for this processor -
do you know if there is one, or one being developed now?

If not, would another Atmel Port be sufficiently similar to work?

Thanks for your attention…

Regards,
Declan Traill
Senior Software Design Engineer
Chemring Australia

rtel wrote on Monday, January 06, 2014:

There is not a specific port to that device, but there are more generic Cortex-A ports that have official demos for Cortex-A9 parts. I believe they have been made to work on Cortex-A5 core’d chips too. IAR and ARM compilers are officially supported, GCC currently unofficially so.

Regards.

rtel wrote on Monday, January 06, 2014:

FYI: http://www.freertos.org/Using-FreeRTOS-on-Cortex-A-Embedded-Processors.html

Regards.

onastai wrote on Wednesday, December 13, 2017:

Richard,
why is the Cortex-A port not enabling MMU? According to that article “it is not using MMU”?
I need accesses with different attributes, and no MMU limits my choices.
tnx,
ovi

rtel wrote on Wednesday, December 13, 2017:

FreeRTOS does not support virtual memory. What do you want to use the
MMU for?