An open API service indexing awesome lists of open source software.

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

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