This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

HeX to C....

Can we convert HEX code to C code? Is there any tools avaliable?

with thanks,
Karthik

Parents
  • You should have posted the name of the hex format, or posted a sample of your hex data.

    There are many programs that can convert hex to bin.
    There are many programs that can convert bin to "C" constants for inclusion in a compilation.

    But the big issue is what kind of hex data you have. It may be Intel hex. It may be Motorola hex. It may be "raw" hex data.

Reply
  • You should have posted the name of the hex format, or posted a sample of your hex data.

    There are many programs that can convert hex to bin.
    There are many programs that can convert bin to "C" constants for inclusion in a compilation.

    But the big issue is what kind of hex data you have. It may be Intel hex. It may be Motorola hex. It may be "raw" hex data.

Children