ARM recommends using both __DSB and __ISB memory barrier to guarantee a pended interrupt takes immediate effect. E.g. here PendSV.
Is there a reason only __ISB is used here?
ARM recommends using both __DSB and __ISB memory barrier to guarantee a pended interrupt takes immediate effect. E.g. here PendSV.
Is there a reason only __ISB is used here?