2019-08-07 08:54 PM
i want to convert .hex file or .elf file in to C or C++ code if it possible. if possible then how can i do this?
Solved! Go to Solution.
2019-08-07 11:04 PM
Unfortunately it is not possible to convert hex file to C or C++ code. You could, however, convert .elf to assembly.
2019-08-07 11:04 PM
Unfortunately it is not possible to convert hex file to C or C++ code. You could, however, convert .elf to assembly.