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

C161U Hex to Bin

Hi I have a C161U hex file I want to convert it to binary make some changes to the firmware then convert it back to hex and upload back to my device.

What tools can I buy from Keil or can someone help me out here?

Full part number for the microcontroller is SAF-C161U-LF V1.3

Thanks

Parents
  • I can convert the file successfully with srecord but I cannot convert it back to hex. Here's a test I did. I took the original hex file and converted it to Binary with srecord I made no changes to the Binary file and I used srecord to convert it back to hex and it gave me a smaller hex file. The original file size was 42kb and when srecord converts it back I get a 36kb file.

Reply
  • I can convert the file successfully with srecord but I cannot convert it back to hex. Here's a test I did. I took the original hex file and converted it to Binary with srecord I made no changes to the Binary file and I used srecord to convert it back to hex and it gave me a smaller hex file. The original file size was 42kb and when srecord converts it back I get a 36kb file.

Children