Skip to content

Tropicao/rusty-stm32h7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-stm32h7

Poking around with Rust on STM32H750

Build

Run cargo build

Flash

  • Convert elf file to raw binary : arm-none-eabi-objcopy -O binary target/thumbv7em-none-eabihf/debug/inno-rust inno-rust.bin
  • Download STM32CubeProgrammer tool, plug ST-Link to target hardware
  • Execute provided flashing script : ./flash_target.sh inno-rust.bin

About

Poking around with Rust on STM32H750

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published