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 size

HI,
From forum i came to know that

1. ZI Data: Zero Initialized Data

2. RO Data are the constants.

Total RAM Size = RW Data + ZI Data
Total ROM Size = Code + RO Data + RW Data

so size of hex file generated after succesfull compilation should size of ROM size.

am I correct? If not correct me please.

Rajbabu.

Parents
  • "HEX file only envelope for our data"

    Correct.

    "to understand by programmer what type of data it is"

    Not really.

    To the programmer, it's just data - the programmer has no "understanding" of what the data represents.

    "So programmer will remove this envelope during programming (writing into flash) and it will write only data into flash."

    Yes.

Reply
  • "HEX file only envelope for our data"

    Correct.

    "to understand by programmer what type of data it is"

    Not really.

    To the programmer, it's just data - the programmer has no "understanding" of what the data represents.

    "So programmer will remove this envelope during programming (writing into flash) and it will write only data into flash."

    Yes.

Children