Tool/software: Code Composer Studio
Hi there!
I am looking to add an offset to the load address or specify a different load address with the Hex2000 utility (through CCS if that matters) but either was missing what switch to use or was entering the address correctly. What is the proper way to do this?
For example, I would like this line (with a load address/offset of 0000)
:200000000241010002034101A4C4BFC40000034101A4C48206044241434325AC3A430000DA
to look like this instead (with a load address/offset of 1200)
:201200000241010002034101A4C4BFC40000034101A4C48206044241434325AC3A430000DA
Thanks!