Skip to content
Snippets Groups Projects
Commit 24d165e6 authored by Samuel Karlsson's avatar Samuel Karlsson
Browse files

bare4> tack 1

parent 97ec2a29
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -27,7 +27,7 @@ fn main() { ...@@ -27,7 +27,7 @@ fn main() {
// to prevent returning // to prevent returning
loop { loop {
cortex_m::asm::nop(); cortex_m::asm::nop();
cortex_m::asm::bkpt(); cortex_m::asm::bkpt();
} }
} }
......
...@@ -70,6 +70,7 @@ fn main() { ...@@ -70,6 +70,7 @@ fn main() {
// 1. build and run the application (debug build) // 1. build and run the application (debug build)
// did you enjoy the blinking? // did you enjoy the blinking?
// ** your answer here ** // ** your answer here **
// No, it is enoing.
// //
// now lookup the data-sheets, and read each section referred, // now lookup the data-sheets, and read each section referred,
// 6.3.11, 8.4.1, 8.4.7 // 6.3.11, 8.4.1, 8.4.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment