https://github.com/jacktoaster/uart2can_rust
UART to CAN converter written in Rust for STM32F103 microcontrolers
https://github.com/jacktoaster/uart2can_rust
Last synced: 12 months ago
JSON representation
UART to CAN converter written in Rust for STM32F103 microcontrolers
- Host: GitHub
- URL: https://github.com/jacktoaster/uart2can_rust
- Owner: JackToaster
- Created: 2022-08-14T23:34:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T23:46:04.000Z (almost 4 years ago)
- Last Synced: 2025-05-21T18:14:51.179Z (about 1 year ago)
- Language: Rust
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uart2can_rust
UART to CAN converter written in Rust for STM32F103 microcontrolers
# Project setup
I mostly followed this guide for toolchain setup:
https://jonathanklimt.de/electronics/programming/embedded-rust/rust-on-stm32-2/
I use the amazing cortex-debug VSCode plugin: https://github.com/Marus/cortex-debug
You can find documentation for the STM32F1xx_hal here:
https://docs.rs/stm32f1xx-hal/latest/stm32f1xx_hal/index.html