Add execution start addres to SREC file using bincopy
I’m writing a Python script to merge different SREC files into a single one using bincopy. However, when I process the different files, the SREC non-data records are lost and after merging only the records counter is added. I noticed that there is a bincopy function to get the execution start address but I would like to append it after merging. Is there any way to do so?