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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.