• Merging code intel records with data intel records
    Hi All, I've got a large project that has unique data for each device (e.g. serial number, params etc). I can enter the unique data and compile in uVision but this involves linking the whole project...
  • Merging code intel records with data intel records
    Hi All, I've got a large project that has unique data for each device (e.g. serial number, params etc). I can enter the unique data and compile in uVision but this involves linking the whole project...
  • Intel HEX - Start Linear Address Record
    Hi there, I'm working on a bootloader that uses a hex file. What does this row do? :0400000508000131BD It breaks up to these: : Start code 04 Byte count: 4 0000 Address 05 Record...
  • Intel HEX - Start Linear Address Record
    Hi there, I'm working on a bootloader that uses a hex file. What does this row do? :0400000508000131BD It breaks up to these: : Start code 04 Byte count: 4 0000 Address 05 Record...
  • Reordering Intel hex file lines by address
    I wrote software (for PC and my target micro) to download Intel hex format files. It turns out it's much more efficient of the file is sorted by address. Is there a linker command/directive that forces...