This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F4793

HI,

Kindly tell me the compiler output .txt file details means where is start adress, checksum, destination address and etc.

 

Thanks

Hamid

  • The TI txt format only contains information about which binary data needs to be written at which location.
    IIRC, each line contains a simple checksum, but the format is idependent of processor architecture and does nto carry any additional information beyond the plain binary data.

    If you want to get information about your compiled program, you can instruct the linker to generate a map file. There you will find all information about what has ended up where.

**Attention** This is a public forum