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/)
Features
- Supports unsorted records
- Can add a checksum/CRC to a file
- Can fill unused bytes with FF or another value
- Supports byte swapped hex/S19 files
- Support word oriented hex files
Categories
Build ToolsLicense
BSD LicenseFollow Hex2bin
Other Useful Business Software
Powerful App Monitoring Without Surprise Bills
Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
Rate This Project
Login To Rate This Project
User Reviews
-
contains illegal files on windows and cannot be deleted: arginyltyrosylglutamylserylleucyllysylglutamylglycylalanylphenylalanylvalylprolylphenylphenylalanylalanylglutaminylleucyllysylglutamylarginylysylglutamylglycylalanylphenylalanylvalylprolylphenylalanylvalylthreonylleucylglycylaspartylprolylglycylisol.binReply from Hex2bin
-
Works fine on Mac OS X Mavericks for arm-eabi. Thanks very much!
-
it's very usefully. And I append this line "if (Flnm[strlen(Flnm) - 1] == '\n') Flnm[strlen(Flnm) - 1] = '\0';" in the function NoFailOpenInputFile
-
This is awesome, now it even supports byte swapping.
-
It works like a charm. My toolchain generates by default bin-files. If I configure it to produce intel hex-files and call Hex2Bin to generate a bin-file again, the result is 100% identical.