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

fromelf.exe generate two bin file

When i produced two bin(one and second) file with mdk tools fromelf.exe,the difference of the two bin files is the second bin file only more than a single one code in source project. so when i compare the two bin files in hexeditor,the two file has many differences. I want to find the difference between the two files,and update the difference into stmf10x flash,but the two bin file has many difference,is this way whether could solve the problem,please help me. thanks

Parents
  • Binary files tend to be quite different, and once they add/remove a byte the changes will likely shift/cascade.

    If you are trying to delta two x different build versions, things may be significantly different, and you'll want to look at method used for compression, where the old images is used as a history window for the new one.

    Perhaps requires some more sophisticated thinking and understanding..

    Why is WxOxD a spam word FFS! Remove the x's

Reply
  • Binary files tend to be quite different, and once they add/remove a byte the changes will likely shift/cascade.

    If you are trying to delta two x different build versions, things may be significantly different, and you'll want to look at method used for compression, where the old images is used as a history window for the new one.

    Perhaps requires some more sophisticated thinking and understanding..

    Why is WxOxD a spam word FFS! Remove the x's

Children