b6b79e7fcf2790795e99d24a70401278333d64fe
Welcome to Hell.
Installation instructions
No need to clone this repo manually. You'll just need to install the Rust toolchain.
# All OSes
cargo install --git https://git.zumepro.cz/michal.prochazka/tulflash
Flashing Intel HEX binaries
# All OSes, automatically detects all ports
tulflash write <path-to-hex>
If the flash fails, try to add --slow
before write
(should not be needed though).
The tool also allows reading and erasing the chip, figure that out on your own if you need that (although tulflash --help
might guide you if you ask it nicely).
Example program
You'll need to clone this repo (or just download the file) and install SDCC:
sdcc example.c
tulflash write example.ihx
Description
Languages
Rust
81.1%
C
18.9%