Skip to content

Commit

Permalink
Fixed barrier instruction sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaibal-Microsoft committed Feb 3, 2025
1 parent 96ca19e commit e170110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub(crate) unsafe fn init() {
});

// Clear instruction and data pipeline
cortex_m::asm::isb();
cortex_m::asm::dsb();
cortex_m::asm::isb();
})
}

0 comments on commit e170110

Please sign in to comment.