Hi Ed, you are right.
Hi Fabrizio,
Just explanation of “Size of S19 (SX) file is more than 2x bigger”
In SREC file, every byte is interpreted as hexadecimal number – by two chars. For example 0b11111111=255=0xFF (in file it is just FF)
Additionally, SREC lines always contain type of record, number of bytes, address and CRC checksum.
SREC files may contain also quite unimportant header and debugger records…
Therefore size of SREC file does not fit with occupied flash.
I hope it helps you.
Have a great day,
RadekS
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------