As for TI6678 memory map, MSMCSRAM area is 0x0c00_0000 - 0x0c3f_ffff.
And I want to reduce MSMCSRAM 0x0c00_0000 - 0x0c1f_ffff and use 0x0c20_0000 - 0x0c3f_ffff exclusive.
The reason for this setting is I want to use upper half of MSMCSRAM area for PCIe DMA area (for my own application)
and I do not want QMSS or CPPI or another shared resource collide with my DMA data.
So my question is:
1. Could this be a accaptable approach? (devide MSMCSRAM area) ?
2. How can I change MSMCSRAM area to 0x0c00_0000 - 0x0c1f_ffff ?
Regards,
Stellar