Does FreeRTOS support ARMv8 Cortex-A processor(e.g. Cortex-A53) and ARMv8.2 Cortex-A processor (e.g. Cortex-A55, Cortex-A7x)?
In addition, can you let me know if FreeRTOS support ARMv7 Cortex-A processors?
Does FreeRTOS support ARMv8 Cortex-A processor(e.g. Cortex-A53) and ARMv8.2 Cortex-A processor (e.g. Cortex-A55, Cortex-A7x)?
In addition, can you let me know if FreeRTOS support ARMv7 Cortex-A processors?
There is a Cortex-A53 port documented here: https://www.freertos.org/RTOS-Xilinx-UltraScale_MPSoC_64-bit.html
There is a Cortex-A9 port documented here: https://www.freertos.org/RTOS-Xilinx-Zynq.html (there are others too, including for chips from Renesas and Atmel).
Note these ports do not use the MMU, so use a flat address space only.