We want to analyze the cache misses and DRAM access for MPC8349E powered by e300 Core.
Basically we have a flight control algorithm, we need to measure the cache misses each time we execute the controller
for(;;)
{
Reset catch miss counter
execute controller
read-cache miss counter
}
Do you have an application note or example we can use it?