Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hpm-blink-example

A blink example running on the HPM6750EVKMINI board. Written in Rust.

Build

# debug in ram
cargo build
# release optimized, flash xip
cargo build --release

Download

cargo objcopy --release  -- -O binary firmware.bin
# if you haven't installed hpm_isp before
cargo install hpm_isp
# program firmware.bin into flash
hpm_isp flash 0 write 0x0 ./firmware.bin

About

A blink example running on the HPM6750EVKMINI board.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages