This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6548: Access Memory Region for R5

Part Number: AM6548

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