This commit is contained in:
Harry Brooke 2024-03-10 22:51:42 +00:00
parent 2d7ec281e8
commit f761f721bc

View File

@ -607,7 +607,7 @@ fn main() {
let _ = ::core::ptr::read_volatile(ptr);
let _ = ::core::ptr::read_volatile(ptr);
// wait for memory accesses to finish
::core::arch::asm!("dmb");
cortex_m::asm::dsb();
}
#end_rst