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
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
"I nned a tool which allows me to automate the process, something like." Yep, that's the point of it. 010 Editor is programmable to automate the process. But, then again, there are always the conventional text processing tools like awk and Perl if you prefer.