Nitin Saxena

Results 8 comments of Nitin Saxena

Created a new pull request after having a short discussion with @jamesmunns . Can we help people using this until we get a better solution?

@Siraj454 try to use the following commands after command "load". 1. monitor reset halt 2. continue 3. step 4. then next/step

Hi, @eisnstein I am also working on the same [Chapter](https://docs.rust-embedded.org/discovery/15-led-compass/index.html) of Discovery Book. I was too stuck because of this **lsm303dlhc & lsm303agr** but your solution really helped me. I...

I am also working on the same chapter and facing the same issue in mis(optimization). Nothing comes after this `Breakpoint 1, main () at src/07-registers/src/main.rs:7 7 #[entry] (gdb) s registers::__cortex_m_rt_main...

Hi there, can someone help me with this error? `error: linking with `rust-lld` failed: exit code: 1 | = note: "rust-lld" "-flavor" "gnu" "--eh-frame-hdr" "-L" "/home/knoldus/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/thumbv7em-none-eabihf/lib" "/home/knoldus/Documents/discovery_findings/target/thumbv7em-none-eabihf/debug/deps/Discovery_findings-b7aea3dd29a5e0cc.3ncfi4nyk1i80m6v.rcgu.o" "-o" "/home/knoldus/Documents/discovery_findings/target/thumbv7em-none-eabihf/debug/deps/Discovery_findings-b7aea3dd29a5e0cc" "--gc-sections"...

``@sirhcel i am trying to build the first example from Discovery Book using my own repo. i am using rustc 1.51.0 i am getting this error -> error: linking with...

The code which i want to load in stm32 Discovery board. `#![no_main] #![no_std] use panic_halt as _; use cortex_m_rt::entry; #[entry] fn main() -> ! { let _y; let x =...

@sirhcel that's what i wanted, it worked thanks for your help :)