Skip to content

A blink example running on the HPM6750EVKMINI board.

Notifications You must be signed in to change notification settings

hpm-rs/hpm-blink-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages