Skip to content
Snippets Groups Projects
Commit ae61fba0 authored by Josef Utbult's avatar Josef Utbult
Browse files

bare4_3

parent a3bf617f
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,8 @@ const APP: () = { ...@@ -126,7 +126,8 @@ const APP: () = {
// Give an example in the above code, where reordering might make things go horribly wrong // Give an example in the above code, where reordering might make things go horribly wrong
// (hint, accessing a peripheral not being powered...) // (hint, accessing a peripheral not being powered...)
// //
// ** your answer here ** // If you have a register being accessed before its been setup correctly yet, there would
// be undefined behaviour.
// //
// Without the non-reordering property of `write_volatile/read_volatile` could that happen in theory // Without the non-reordering property of `write_volatile/read_volatile` could that happen in theory
// (argue from the point of data dependencies). // (argue from the point of data dependencies).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment