-
Hi, I am trying to write a small driver for an SPI device with registers. For that, I have the following function to write the instruction and then read the data:
```rust
pub fn read_registers(
…
-
I'm building an embedded project using [ChibiOS](https://github.com/ChibiOS/ChibiOS) with its Makefile infrastructure.
The [`compile_commands.json`](https://gist.github.com/stertingen/1be715ed5af60d4…
-
I get this error randomly in code.
Currently streaming through USB, I have to test with a SDCard to see if it's related to the USB.
Happens randomly in cycle, not always the same place.
Last …
-
### Describe the issue you are experiencing
boot.img.xz - installer not start, serial over usb yes
haos_ihost-11.1.img.xz - on sd card not start
there is a command for start istaller? i have use …
-
### What happened?
On trying to pass the [IR](https://gist.github.com/Abhishek-Varma/b47e34aae0e33e7bc2e8d862902a603c) through `iree-run-module`, I get the following error :-
```
C:\A\iree\runtime\…
-
So a bit of a n00b, but I'm running into troubles creating a new project
error logs
```bash
libstm32_metapac-bd62a65356f59473.rlib(stm32_metapac-bd62a65356f59473.stm32_metapac.160da54d-cgu.4.rcgu…
-
I'm trying to build a generic helper that is able to take in a pin and can just be responsible for managing that pin from then on.
I'm having trouble with 2 pieces. First I'm having trouble finding…
-
As per issue #4583 , rmt_set_tx_thr_intr_en() causes panic on recent masters.
I am using release/v4.2, and the behavior is still there. However, it is unclear how to use your own interrupt handl…
-
I want to add matter light to my code, i am referring the light example of esp-matter sdk. On following example, i have made the changes to the CMakeLists(attached file) and copied the zap-generated f…
-
I am trying to use the example codes from the [Embassy DHCP library](https://github.com/esp-rs/esp-wifi/blob/f808488d17abf9c5ac41ddaeb7df65f172e8aad5/examples-esp32s3/examples/embassy_dhcp.rs). Howeve…