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

How does hex file get generated in Keil microVision environment?

Hello: I successfully build application in Keil microVision environment. A filename.hex was generated. How did this file get generated? I looked at my options for target but I didn't find any command that would generate this file.

Here are first few lines of this file:

:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE50000A0E120F11FE518F09FE532

How do I read this file? It looks like there are no addresses in this file.
This is how I interpret second and third line. 18 and onwards is data. Information
before 18 I'm not sure. Maybe sgement or record number.

What is the format of this hex file? Where do we specify the command to build this file?

Thank you!

0