I have to flush 4MB cache memory in ARM assembly language, what would we the efficient way to do it?
I thought of allocating 4MB memory,writing some random data and reading back
I'm implementing a tool to test Main memory. To make sure my tool tests Main memory only, i have to flush the cache memory
I'm working on Cortex A8 processor, i want to flush all L1,L2,L3 caches