# srec_cat command file: srec_crc_dump_to_file.txt
#===============================================
#-disable-sequence-warning
#Input file
srec_info PLK.hex -Intel
#Fill hole with 0xFF
#-fill 0xFF 0x8000000 0x08040000
#CRC Algorithm at given address
#-STM32 0x08040000
#-crop 0x08040000 0x08040004
#-Output_Block_Size=16
#Produce output
#-o PLK_SRECORD.hex -Intel