Skip to content

Rust on stm32f401/411: example of using the HAL to blink an LED

Notifications You must be signed in to change notification settings

cisen/STM32F4-blink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustup target add thumbv6m-none-eabi thumbv7m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf
cargo build --target thumbv7m-none-eabi
openocd
 arm-none-eabi-objcopy --output-target=binary blink blinky.bin
arm-none-eabi-gdb(windows)/gdb-multiarch(linux)
file ./target/thumbv7m-none-eabi/debug/blink
target remote :3333
monitor reset halt
load
continue

About

Rust on stm32f401/411: example of using the HAL to blink an LED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 92.8%
  • Logos 7.2%