Open source utilities

Utilities to manipulate IntelHex files, automate programming and testing, etc. to make our life easier. Most of them are written in Python, or in some other scripting language.

Split IntelHex files

STVD generates a single, unified IntelHex file. STVP prefers to use separate IntelHex files for program, options and data. Other programmers require binary files.

It is quite easy to convert them using Python scripts and IntelHex library.

See also