We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
From the armv7 architecture, it mentions that all memory accesses to strongly-ordered memory occur in program order.
When switching from accessing the normal memory to strongly ordered memory, is memory barrier (__dmb() or __dsb()) necessary to ensure the data transfer to complete? Or in what situations, it may be required?
Thanks in advance.