-
First some background: I'm planning to use embedded Rust in a sound-oriented project and am currently experimenting with the STM32 F4 Discovery which has an onboard DAC with amp and headphone jack. Th…
-
- [ ] Architectural questions
- [ ] Split into low-level and high-level driver? If so, naming?
- [ ] Reuse existing driver as low-level driver? If so, how to deal with the fact that e-h 1.0 does…
-
The driver API does not have support for controlling the power stage or reading a fault. There's a bit of a difficulty here, since the same pin is used for both, and I don't believe there are traits i…
-
I'm interested in using the bl602 as a driver for the dwm1000 ultra wideband transceiver. However I don't think it makes sense to create a rust driver based on a hardware abstraction layer which isn't…
-
### Request description
In this issue,
https://github.com/nod-ai/SHARK-Platform/issues/264
I encountered an error message that looked like
```
ValueError: :0: NOT_FOUND; HAL device `__device_0` no…
-
It would be very useful if [simple pwm](https://docs.embassy.dev/embassy-stm32/git/stm32f767zi/pwm/simple_pwm/struct.SimplePwm.html) implimented [embedded hals pwm trait](https://docs.rs/embedded-hal/…
-
I think that while it's great there are so many examples, the issue is that because they all depend on one large Cargo.toml, it's very difficult to see which parts of the cargo.toml are actually neede…
-
### Did you test the latest `bugfix-2.1.x` code?
Yes, and the problem still exists.
### Bug Description
Unlike their more expensive STM32F407 cousins, the STM32F4x1Cx MCUs do not have a luxur…
-
I have a small board that has 2 devices attached to the same SPI bus
* AD9833 DDS that uses SPI MODE 2
* MCP41010 Digital Potentiometer that can use SPI MODE 0 or MODE 3
Each device has its own C…
-
The when using any of the functions of the SCD30 driver on the sensor instance, the program gets stuck. This may be related to using the wrong pins to instantiate the sensor. The result is the same, i…