discovery
discovery copied to clipboard
Discover the world of microcontrollers through Rust!
when i was debugging the led blink program it raised following error during debug session when i press next/step command in gdb() GNU MCU Eclipse OpenOCD, 64-bitOpen On-Chip Debugger 0.10.0+dev-00593-g23ad80df4...
I'm just about to start learning embedded programming and choose Rust as it seem to be "the future". I have the F3 board but I'm still waiting for the USB...
I got this: `error: could not execute process `arm-none-eabi-gdb -q -x openocd.gdb target/thumbv7em-none-eabihf/debug/i2c` (never executed) Caused by: No such file or directory (os error 2) ` I can't run everything...
leds[0] (red) should be on at the step 0.
Dear Experts, I am working on Discovery repository, I am building this for STM32F3 Discovery. I am facing following error **linking with `rust-lld` failed: exit code: 1** When I am...
# The issue Hi all, I tried to compile in release mode but I got this error: ``` warning: Linking globals named 'CORE_PERIPHERALS': symbol multiply defined! error: failed to load...
Hi there, I'm trying to run an example code from `11-usart` section without using external serial module; Unfortunately, I still cannot get "x" printed in Minicom, also I've noticed that...
It seems the ftdi >bluetooth connects rx to rx and tx to tx but it s only working when I cross the cables, rx > tx. Mistake in the section...
https://github.com/rust-embedded/discovery/blob/b2b16247cdedef3fb6ce10b8132832b95ba4e91a/src/05-led-roulette/the-led-and-delay-abstractions.md#L207-L220 Doesn't work anymore on rustc 1.48.0 (7eac88abb 2020-11-16). Full asm output (built with RUSTFLAGS="--emit asm" cargo build --target thumbv7em-none-eabi ```asm .text .syntax unified .eabi_attribute 67, "2.09" .eabi_attribute 6, 13...
Please remove the `target` symlinks, they break mdbook build on windows. ``` C:\Users\hlavac\Desktop\discovery>mdbook build 2021-02-06 23:56:38 [INFO] (mdbook::book): Book building has started 2021-02-06 23:56:38 [INFO] (mdbook::book): Running the html backend...