You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atm, we use a DMB barrier to make sure that DMA writes are completed before launching the transfer. There is also a DSB barrier. I'm not sure if it matters or if one would be the better choice in terms of performance.
Atm, we use a DMB barrier to make sure that DMA writes are completed before launching the transfer. There is also a DSB barrier. I'm not sure if it matters or if one would be the better choice in terms of performance.
https://stackoverflow.com/questions/15491751/real-life-use-cases-of-barriers-dsb-dmb-isb-in-arm
The text was updated successfully, but these errors were encountered: