Hi TI,
In the am6548 dts we have seperate memory region for R5 e.g.
mcu_r5fss0_core1_dma_memory_region: r5f-dma-memory@a1000000 {
compatible = "shared-dma-pool";
reg = <0 0xa1000000 0 0x100000>;
no-map;
};
1. How can I access this region from A53 side (Running TI SDK Linux)
2. I need to access the data in R5 memory region without using devmem. Is there any application to access that region
Please share your thoughts on this.
Thanks,
Sarfaraz