stm32f1xx-hal icon indicating copy to clipboard operation
stm32f1xx-hal copied to clipboard

A Rust embedded-hal HAL impl for the STM32F1 family based on japarics stm32f103xx-hal

Results 107 stm32f1xx-hal issues
Sort by recently updated
recently updated
newest added

Hello. I am currently trying to get the blinky example running on my board, however I am encountering an error when running `cargo run`: ``` error: could not execute process...

Hello, Thanks to all the devs for this amazing crate! I've been using it for the last couple of months and I'm very happy. I have noticed that when setting...

It's 2 years later since the latest version has released.

For the W25Q64 (Flash) hardware, if the cs register is not set before transmission, sometimes the data can be read, and sometimes the data cannot be read. ### Output ```...

On bluepill I am checking the examples as in https://github.com/stm32-rs/stm32f4xx-hal/issues/828. Example `sht30-em-semi` gives a "not yet implemented" runtime error at ``` Remote target In: sht30_em_semi::__cortex_m_rt_main L301 PC: 0x80003b6 at .cargo/git/checkouts/stm32f1xx-hal-bb9d214e810c7b47/6c5dc88/src/i2c/block...