Skip to content

Instantly share code, notes, and snippets.

@legumbre
Last active December 17, 2015 23:09
Show Gist options
  • Save legumbre/5686967 to your computer and use it in GitHub Desktop.
Save legumbre/5686967 to your computer and use it in GitHub Desktop.
srecord intel hex padding
# pad up to 16K with zeros
srec_cat monitor.hex -intel -fill 0x00 0x0000 0x4000 -o foo.hex -intel -obs=1 -address-length=2 -enable=footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment