-
I've been trying to run the can example provided in the stm32h7 folder but the program seems to constantly get stuck on the CAN initialization line.
What could be the issue?
-
This code panics when compiled with #116505 with cross-crate inlining being turned on:
```rust
// src/main.rs
use lib;
fn main() { lib::verify(lib::create()); }
```
```rust
// src/lib.rs
…
-
For nrf52840 LoRa examples (using Spim TWISPI1), the probe-run method still results in correct SPI operation. For example:
- probe-run --chip nRF52840_xxAA target/thumbv7em-none-eabi/release/lora_…
-
Hi all,
I've been trying to get 480MHz & vos0 working on the above board (see https://github.com/bsodmike/h7/blob/master/h7-cm7/src/main.rs#L52-L115) however, this is unstable and when I power-cycl…
-
Hi everyone,
I need to know is there any plan to implement I2C peripheral for NRF family? I mean embassy-nrf
As I searched there is no i2c in NRF HAL neither. Could anyone help me for this? I see It…
-
Let's say I have an akward protocol that uses time gaps between fixed length messages.
Here it starts reading from wrong place and continues to do so.
```
XXXXXXXX XXXXXXXXX
| | …
-
I have an nrf52832 (512K/64K) and ran the examples on it, but experienced a problem.
Advertisement works fine, so the SD is definitely up and running, but the moment a connection starts, it seems t…
-
When I use `cargo size` I got this error: Could not determine the wanted artifact.
My project is a workspace, organized like:
```
- root
- src
- Cargo.toml
- examples
- example1…
-
Running this example does not work (no `Ping!` prints show up).
https://github.com/esp-rs/esp-hal/blob/2e2d67f315d7c3abf0d023fda541473858769965/esp32c3-hal/examples/embassy_wait.rs#L36
Changing th…
-
I'm trying to upgrade a working esp32s3 project to embassy-net 3.0 (forced due to some dependency requirements) and face the errors below.
I added the suggested features to my crate, but it doesn't m…