MCU Calibration file hex to binary

If you are using UNIX you can use a command like:
$ xxd -r -p input.hex output.bin
To reverse a plain hex dump into a binary file.

P.S. You may need to add an “-e” to change the endian depending on the architecture that you run the command on.