Is there any way to control L2 cache partitioning within A53 cluster ?
I will be working with Linux RT SDK.
Thank you in advance
Andrea
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.
Is there any way to control L2 cache partitioning within A53 cluster ?
I will be working with Linux RT SDK.
Thank you in advance
Andrea
Andrea,
No there is not. The Cortex A53 cluster (2 cores in AM6442 case) does not allow SW to manage the cache allocation between the cores beyond marking memory pages either cacheable or not.
On AM6442 the four Cortex R5 cores and usage of TCM and OCRAM memory are intended for the applications that require microsecond level real-time guarantees.
Pekka
Thanks a lot Pekka for your quick reply.
I found in AM6442 TRM the description of how to use TCM but I cannot find any reference to OCRAM.
Sorry about that, with OCRAM I'm referring to the on chip shared SRAM. The AM64x uses the term MSRAM in the TRM and then OCSRAM in the datasheet. Some older devices such as AM57x used the term OCRAM for similar on chip SRAM.
Pekka