This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to check whether the executing program uses cache memory for low latency?

Hello,

I am new to this ARM platform. If I run a process in ARM A72 cortex, I would like to check whether it uses cache memory for optimisation and also low latency.

Could any one suggest me how to see whether my code is using cache memory and similarly what are all the sections of memory is used by my process?

  • Hello,

    Unless you set it otherwise in your code, your code runs in DDR pages with memory attributes set my default in the MMU translation table.

    Check where your MMU translation table is initialized.

    Regards,

    Florian