discovery
discovery copied to clipboard
Discover the world of microcontrollers through Rust!
I try to debug the led roulette example. When I follow the step by step instructions it goes from `let x = 42` to `loop{}` disassemble the code gives me...
Hi! Since we at Espressif have something similar to the discovery books, but in a different format, I thought that it might be worth mentioning the resources in the discovery...
Running openocd w/ stklink-v2-1.cfg, i got a warning: ``` WARNING: interface/stlink-v2-1.cfg is deprecated, please switch to interface/stlink.cfg ```
On Ubuntu 22.04.3 LTS, I am using a micro:bit v1 and am here: https://github.com/rust-embedded/discovery/blob/master/microbit/src/03-setup/verify.md When I ran `lsusb | grep -i "NXP ARM mbed"`, I got `Bus 001 Device 010:...
As per issue #490, the current udev rule does not work correctly on Arch Linux. This change is based on udev rules from [probe-rs](https://probe.rs/docs/getting-started/probe-setup/#udev-rules). This new rule should work fine...
I have tried verifying the install a couple dozen times, in hopes it was some witch craft preventing me from attaching to target. I am using WSL which you need...
### question: zsh: command not found: gdb ### operating system: macOS Sonoma 14.0 ### The results show that I have indeed installed it. > wenshihuang@Wenshis-MBP 05-led-roulette % brew install arm-none-eabi-gdb...
05-led-roulette | cargo embed crashes on `(gdb) target remote :1337` with `During the execution of GDB an error was encountered: failed to fill whole buffer`. Coming at this with zero...
On Debian 12 with openocd package version 0.12.0-1 and gdb package version 13.1-3 installed, the example configuration for setting up `iprintln!` in openocd.gdb no longer works as well as it...
Ive been expanding the compass a bit at https://github.com/gabevenberg/micro-bit-led-compass, adding things like tilt compensation and more directions than just the 8 using a line drawing algorithm. (in progress). its gotten...