Is there any register or any technique that I can use to monitor cache misses? My goal is to print a message in my application whenever there is a cache miss. I am using SysBios v6.31 and CCS v4.2.3 and C64x+ core.
Thanks,
Rahul
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.
If you do a search of "cache analysis" from CCS help looks like there is some infomation on how this can possibly be setup for some hardware devices.
From a runtime point of view, there isn't a way for this to be detected, another words you cannot at runtime determine if a cache hit/miss occurred and print a statement on a miss.
Also, I think this posts should be moved to a CCS forum since its not BIOS related but more Tools related.