Hi, I have a DFU unsecured zip file(for application), and I lost the original application .hex file.
Is there any way I can transform .zip back to .hex?
Sincerely, Frogofmagic
Hi, I have a DFU unsecured zip file(for application), and I lost the original application .hex file.
Is there any way I can transform .zip back to .hex?
Sincerely, Frogofmagic
What version of the is being used?
Anyway, inside the zip there should be a .bin file. This contains all info that a .hex file would contain, EXCEPT addresses of the data. Therefore, you can usually use a bin file instead of a hex file in most tools, given that you provide the address as well.
It seems like you can use this tool (not tested) to do the convertion from bin to hex.
What version of the is being used?
Anyway, inside the zip there should be a .bin file. This contains all info that a .hex file would contain, EXCEPT addresses of the data. Therefore, you can usually use a bin file instead of a hex file in most tools, given that you provide the address as well.
It seems like you can use this tool (not tested) to do the convertion from bin to hex.