Skip to content
Snippets Groups Projects
Commit b8c96390 authored by Hammarkvast's avatar Hammarkvast
Browse files

bare1_1

parent e85ca7d8
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ nb = "0.1.2"
[dependencies.cortex-m]
version = "0.6.2"
# features = ["inline-asm"] # <- currently requires nightly compiler
features = ["inline-asm"] # <- currently requires nightly compiler
[dependencies.cortex-m-rt]
version = "0.6.12"
......
......@@ -59,11 +59,15 @@ fn main() -> ! {
// What happens when you continue (second iteration of the loop)?
//
// ** your answer here **
// Alot of items are added to the call stack of the program
//
// What is the `ITM` output.
//
// ** your answer here **
//
// Program
// recieved signal SIGTRAP, Trace/breakpoint trap.
// bare1::cortex_m_rt_main () at examples/bare1.rs:22
// 22 cortex_m::asm::bkpt()
// Commit your answer (bare1_1)
//
// 2. Inspecting the generated assembly code.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment