-
Hi,
i am the maintainer of https://github.com/BenRoe/awesome-mechanical-keyboard
Did you tested the latest version of the pcb? I wanna add this nice pcb to the list.
-
I followed discovery book up to the ["flash it"](https://rust-embedded.github.io/discovery/05-led-roulette/flash-it.html) section and, when i run `target remote :3333` on gdb with openocd running on a…
polyc updated
5 years ago
-
Hi, `pyocd pack --install `fails.
```
(venv) osboxes@osboxes:~/Desktop/pyOCD$ pyocd --version
0.20.0
(venv) osboxes@osboxes:~/Desktop/pyOCD$ which pyocd
/home/osboxes/Desktop/pyOCD/venv/bin/pyo…
-
Hello and thanks for this STM32F4 port.
I have a few Nucleo boards but none of them with F4. I tested the code on F4 Discovery and it works fine with a few wires :) https://twitter.com/hubmartin/st…
-
Hi,
Is there any doc to see how the board pins are connected to stm32f303? I'm trying similar stuff for spracing f3 board and want to find out pin mapping
-
Right now our supported boards list consists of the PyBoard v1.1 (STM32/MPY), and two Adafruit boards (the Feather and ItsyBitsy M4 Expresses, both SAMD51/CPY). Our pipeline for supported devices righ…
-
environment:
rustc: 1.30.0-nightly (4591a245c 2018-09-22)
stm32f3 version: 0.2.3
features = ["stm32f302", "rt"]
```
= note: rust-lld: error:
ERROR(cortex-m-rt): The interrupt vecto…
-
#### Description
Cannot write multiple registers, it seems it gets locked up. I think @aabadie has a solution already that works. (This may be fixed, I won't have HW to fix until Monday, I just wan…
-
Per conversation in https://github.com/adafruit/circuitpython/pull/1249, it'd be great to completely eliminate the KMKfw/circuitpython repository and try to track upstream commits/tags. This involves …
-
Hi,
I'm interested in adding support for the STM32F303 line of microcontrollers. I would appreciate any guidance on where to start.
What I'm particularly confused about is the relation between Ada…