# srec_cat command file: srec_crc_dump_to_file.txt
#===============================================
#-disable-sequence-warning
#Input file
PLK.hex -Intel
#Fill hole with 0xFF
-crop 0x08020000 0x80A0000
-fill 0xFF 0x8020000 0x80A0000
#CRC Algorithm at given address
-STM32 0x80A0000
-Output_Block_Size=16
#Produce output
-o PLK_BLD.hex -Intel