-
Hello i'm trying to get my timer to read encoder input. I have confirmed that there is encoder input on these pins and that the processor can read them normally. What am I doing wrong in the configura…
W-M-D updated
4 years ago
-
Hi
I ran into this error. Not sure if its self inflected, I've been playing around with compiling vscode extensions locally, so I might have messed something up.
I'm on latest vscode (stable), …
-
Hi,
Any way to flash with openocd? Super new to this and I got the stuff working under pinetime-rust-mynewt but dont know how to apply what I learned there to flash this and try it out.
-
- Version of `ssd1306` in use (if applicable): 0.3.0-alpha.2
- MCU/other hardware in use: stm32f446re nucleo board
- Display resolution and interface i2c, 128x64
## Description of the problem/fea…
-
- Version of `ssd1306` in use (if applicable): 0.3.0-alpha.2
- MCU/other hardware in use: stm32l432kc
- Display resolution and interface: I2C, 128x64
## Description of the problem/feature request…
-
```
#![deny(unsafe_code)]
#![no_main]
#![no_std]
extern crate stm32l4xx_hal;
extern crate hts221;
extern crate cortex_m;
#[macro_use(entry, exception)]
extern crate cortex_m_rt as rt;
#[mac…
-
Type: Debugger
Recent updates of cpptools or vscode "integrated debugger" make the debugger not hitting my breakpoints anymore. I'm using `openocd` as debug server and specify it using the `debugSe…
-
Cannot build using the instructions. What am I missing?
```
>cargo build --release
Updating crates.io index
Downloaded ordered-float v1.0.2
Downloaded num-traits v0.2.8
Downloaded cf…
-
## Environment
- Development Kit: ESP32-S2-SAOLA-1M
- IDF version: v4.2-dev-1905-g625bd5eb1
- Build System: CMake
- Compiler version: xtensa-esp32s2-elf-gcc (crosstool-NG esp-2020r1) 8.2.0
- Op…
-
Hi!
It looks like there are a lot of changes in RTFM and rust embedded crates.
I am trying to build simple blinky example stm32f103 blue pill, but it does not work.
Also, there are a lot of diff…