- https://fdi.sk/posts/embedded-life/ use rust + stm32 to develop life game for desktop, raspberry pi, and stm32 (maple mini). https://github.com/simeonmiteff/embedded-life (I2C) stm32f1xx-hal 0.7
- https://blog.tonari.no/rust-simple-hardware-project use black pill to develop https://github.com/tonarino/panel-firmware
- https://cgit.pinealservo.com/BluePill_Rust/resources/src/branch/master/notes.org. Notes for blue pill
- https://deathwish.info/2020/07/19/rust-stm32/ use blue pill to connect bme 280 (I2C) stm32f1xx-hal 0.6
- https://jonathanklimt.de/electronics/programming/embedded-rust/rust-on-stm32-2/. stm32f1xx-hal 0.6.1
- https://www.anyleaf.org/blog/writing-embedded-firmware-using-rust. STM32L443. stm32-hal2 = { version = “^1.4.0”, features = [“l4x3”, “l4rt”] }
- https://bezalel.xyz/posts/blink-in-stm32-with-rust/ blue pill blink in Chinese
- https://www.niuiic.top/2021/06/20/develop-stm32-with-rust-stm32f3discovery-can-rtic/. 使用 rust 开发 stm32 stm32f3discovery-can-rtic. https://www.niuiic.top/tags/Stm32/ a series of articles
- https://www.gregwoods.co.uk/microcontroller/embedded/rust/stm32/blackpill/bluepill/convert-stm32f1-blink-to-stm32f4/. Converting a Simple HAL-based STM32F1 blinky to STM32F4
- https://gitee.com/lupyuen/stm32-blue-pill-rust
- http://marekmiettinen.fi/micropong/index.html. https://github.com/marikka/micropong stm32f0xx-hal = {version = “0.14.1”, features=[“stm32f042”]}
- https://iotcon.de/blog/iot-konferenz/programming-microcontrollers-with-rust/ lpc8xx-hal = { version = “0.7”, features = [“845-rt”] }
- https://dev.to/rubberduck/debugging-rust-arm-cortexm-programs-with-visual-studio-code-336h. STM32F3DISCOVERY board
↧
Rust + STM32
↧