Skip to content

mik32-rs/mik32-rt

Repository files navigation

crates.io crates.io

mik32-rt

Startup code and minimal runtime for mik32 microcontrollers

Examles

Examples are found in the examples/ folder.

Running examples

  • Install mik32-uploader by following the instructions in the mik32-uploader README.md.
  • Install cargo-binutils (required for cargo objcopy) - see the official instructions
  • Go to the examples/ directory
  • Generate HEX file with cargo-binutils. For example:
cargo objcopy --release --bin blink -- -O ihex blink.hex
  • Run the example

For example:

python mik32_upload.py blink.hex

It should work!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •