There was an error while loading. Please reload this page.
1 parent 5acb13c commit 70a8295Copy full SHA for 70a8295
README.md
@@ -0,0 +1,6 @@
1
+# Stm32f1_rust_can
2
+Short example for usage of can with cortex-m-rtic 0.6.0 and stm32f1
3
+
4
+Example for handling and flashing stm32f1 can be found at https://jonathanklimt.de/electronics/programming/embedded-rust/rust-on-stm32-2/.
5
+cargo build --release
6
+cargo flash --chip stm32f103C8 --release
0 commit comments