Last active
December 17, 2015 23:09
-
-
Save legumbre/5686967 to your computer and use it in GitHub Desktop.
srecord intel hex padding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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