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?
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