cancel
Showing results for 
Search instead for 
Did you mean: 

It is possible to get C or C++ code from .hex or .elf file or any other file generate when compile code?

parth kothiya
Senior

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Tilen MAJERLE
ST Employee

Unfortunately it is not possible to convert hex file to C or C++ code. You could, however, convert .elf to assembly.

View solution in original post

1 REPLY 1
Tilen MAJERLE
ST Employee

Unfortunately it is not possible to convert hex file to C or C++ code. You could, however, convert .elf to assembly.