-
Rust can support targeting and debugging on STM32 ARM microcontrollers via [OpenOCD](http://openocd.org/).
- See this guide: https://rust-embedded.github.io/discovery/
[CLion can support targeti…
-
Created from discussion in #1488.
From @dev-apcs:
The snag I have is when using gdb to attach without flashing: the cpu hard-faults.
I tracked this down to vector table corruption - or rather…
flit updated
4 months ago
-
Hi,
I'm interested in contributing to this project. I just got a Sparkfun EOS S3 Thing Plus, and would love to get some Rust code running on it. I have a decent amount of experience with Embedded R…
-
Hey, I'm new to embedded programming.
I tried to get a basic blinking led program written with the Embassy framework running on my STM32F401RE.
It didn't work out :(
>> The error I got is exposed…
-
Hey all,
I've been working on my own custom firmware for the Steam Controller, heavily helped by the documentation found here, but also by my own reverse engineering. In doing so, I have done a com…
-
Can you please forward all of the dump files you have from the bowflex Vantron rk3399 board? I've been working on this for several weeks, I've packaged a complete ROM that is 95% functional based on …
-
**Describe the bug**
Flashing a progream with `cargo embed` or `probe-rs download` fails on metro_m0. The same program succeeds when flashing via openocd:
```
% cat memory.x
MEMORY
{
/* same…
-
cargo team notes:
- [Summary](https://hackmd.io/@kobzol/S17NS71bh)
This is primarily targeted at docker layer caching for dependencies. For limiting docker layer caching of workspace members, see #1…
-
Buffers seem to be copied instead of reused, while passed down to the applications, resulting in an increased stack memory usage. The initial analysis was concerning Nitrokey Webcrypt and its part in …
-
When following the readme I can not program the bl602.
`cargo blflash --port /dev/ttyUSB0` ends up in a bunch of `rust-lld: error: undefined symbol: `. I suspect I might not have something installe…