Hello,
I am reading through the SDK guide for the AM64x MCU, and I was wondering if it is possible to use XIP programming / debugging on the A53 core? I see there are examples and guides on how to do it with the R5F core, but not the A53.
I am also a little confused on how the A53 core interfaces with memory, based on the memory map I understand that the R5F cores use the 2MB of MSRAM between each other, but what about if I use the A53 core with bare metal / no RTOS? In this case, am I still able to communicate with other processors? I was able to flash and load an a53 "hello world" example with no RTOS using the OSPI boot mode steps. But I am looking for a bit more guidance as to how the A53 processor loads the program out of OSPI flash and into DDR.
Thanks