by jpelletier
Converts Motorola and Intel hex files to binary. Executables for windows included. A similar project also does hex <-> binary conversions, supports many formats and other features: see: srecord (http://srecord.sourceforge.net/)
jpelletier commented on the Incorrect file conversion. artifact
This release fixes option parsing. Some options were ignored when many options were specified. A version compiled for windows is included (hex2bin.exe mot2bin.exe)
hex2bin/mot2bin assume that records don't overlap. If records do overlap, it will be translated without any warnings. Usually, compilers shouldn't generate overlapping records.
jpelletier commented on the Incorrect file conversion. artifact
jpelletier commented on the Incorrect file conversion. artifact
Anonymous created the Incorrect file conversion. artifact
If hex2bin/mot2bin fail while generating binary files over 64K, try changing this define to an appropriate size, say 4M This is the allocated memory for the binary file. (in hex2bin.c, mot2bin.c) /* size in bytes */ #define MEMORY_SIZE 4096*1024
jpelletier commented on the Binary file over 64K - below 1M artifact
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use