Hi all,
Bcache_inv has been used in some of our code to refresh cache data. However, we do see exception happened when MPC is turned on. After we trace the crashing point, It happened that the crash is happen at Bcache_wait inside Bcache_inv. But this crash is not happened all the time.
Any idea what will cause this to be happened?
BCACHE_inv(g_buffer, 4, TRUE); // we just pass in a global buffer.
could it because we does not set properly for MPPA register? we just enable the MPC by change the TCF setting.
FYI we are using L138.
Thanks
Aun