Examples of my rust STM32 library (https://github.com/rudihorn/rust-stm32f103)
To compile run cd stm32-serial; ./build.sh --release
, which generates a file called stm32-serial/stm32-serial.bin
. This can be flashed to the microcontroller.