This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hex file for AT89S8252 with 8.5kb still make system run stability ! Why?

AT89S8252 has got 8kb Flash.
I've programed for an application. hex file was created with 8.5kb (over) but my system still run well. I don't know why. Who help me?

Parents
  • A HEX file has a convention for representing a binary image in ASCII form which in and of itself "expands" the true binary size by a factor of >2. It happens to also include extra address, checksum, record type, start and end characters, etc. for each HEX "record".

Reply
  • A HEX file has a convention for representing a binary image in ASCII form which in and of itself "expands" the true binary size by a factor of >2. It happens to also include extra address, checksum, record type, start and end characters, etc. for each HEX "record".

Children