I need to allocate a memory area that can be accessed by both the Core M7 and the Core A53. This memory area is necessary for the processors to communicate with each other.
That is, from Linux, I should be able to access a certain memory area using mmap (or something similar) to read data. And from the Cortex M7, I should be able to access the same memory area to write data.