Tool/software:
I'm currently porting FreeRTOS code from a Cortex A the AM263P4 R5F core.
Since the R5F core does not have a GIC, I'd like to confirmation on the settings for FreeRTOSConfig.h?
Documentation on FreeRTOS is a bit ambiguous and TI SDK examples do not define these.
ARM Cortex-R5 Xilinx UltraScale MPSoC - FreeRTOS states Using FreeRTOS on ARM Cortex-A9 Embedded Processors - FreeRTOS
is also relevant to Cortex-R core.
Please help confirm the following settings should be left undefined:
configINTERRUPT_CONTROLLER_BASE_ADDRESS
configINTERRUPT_CONTROLLER_CPU_INTERFACE_OFFSET
configUNIQUE_INTERRUPT_PRIORITIES
configFPU_D32
configINTERRUPT_CONTROLLER_BASE_ADDRESS
configEOI_ADDRESS <<< We have an address set here in our existing R5F port, but I can not find documentation on TI stating there is an EOI register
Thanks for the assistance.