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

automatically change values in an *.hex?

Hi!

i am searching for a program to edit and replace certain values inside an intel hex file. I have tried srecord but it will only write 16 or 32 bit files but my programmer only uses 8 bit files. Is there another tool out there?

regards

Christian

Parents
  • Thanks for the tip, but thats not what i am looking for. I nned a tool which allows me to automate the process, something like.

    for (all hex files) do

    change value at address

    i could do something like that with srecord but it will only output 16 or 32 bit intel hex files.

    Regards

    Christian

Reply
  • Thanks for the tip, but thats not what i am looking for. I nned a tool which allows me to automate the process, something like.

    for (all hex files) do

    change value at address

    i could do something like that with srecord but it will only output 16 or 32 bit intel hex files.

    Regards

    Christian

Children