Hi,
see the below 2 cases,
case 1:
block{
Cache_Inv() of 500KB with no_wait
DSP processing of ~ 200000cycles
Cache wait()
}
case 2:
block{
Cache_Inv() of 500KB with wait
DSP processing of ~ 200000cycles
}
In both the cases, cycles profile across the block shows same cycles. is there any problem with the above usage?. how can i make best use of cache invalidate with no_wait?
Regards,
Jeeva