I am trying to configure memory attribute for cortex R52 in our SOC which is having integrated L1 I/D Cache and no coherent agent.and having system RAM.
system is having two clusters with two cores each and other masters like DMA reside outside to the core subsystem having having access to the system RAM memory via the system bus.
So my question is Inner share attribute will share the memory b/w cores of same clusters and outer share attribute memory will share the share the memory with all the cores and with other masters like DMA ?
Hello David. Is it applicable to the MPU regions containing instructions and declared as inner/outer shared, meaning that instructions shared accross multiple cores (like for an OS kernel) can not be cached in the L1 instruction cache?
Thank you.
Florian