mik32-rt

Crates.iomik32-rt
lib.rsmik32-rt
version0.2.1
created_at2025-03-07 11:23:06.704152+00
updated_at2025-09-16 12:00:56.044433+00
descriptionMinimal runtime / startup for MIK32 MCUs, managed by the mik32-rs team
homepagehttps://github.com/mik32-rs
repository
max_upload_size
id1582777
size19,820
Bykov Denis (KapDecy)

documentation

README

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!

Commit count: 0

cargo fmt