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.

CC2640R2F: Check address area of firmware text file output

Part Number: CC2640R2F

Hi, Ti support

After make text file firmware. Which address area of the text file firmware is the area of the application?

Best Regards,

 

Vasu Khwanyuen

  • Hi Vasu,

    The text file contains the application memory and the address starts at 0x0000.  What specifically do you mean by "area of the application"?  You can understand more by studying the command linker (*.cmd) and output *.map files.

    Regards,
    Ryan

  • Thank Ryan,

    I need to get file for use with GangPro-Arm and Internal program have checksum or CRC by check first address to end address.

    However, I'm not sure end address of firmware in text file it use some address or use all address in text file.

    And last result from check CRC. I need to compare between calculate from GangPro-Arm and calculate from file (CRC SHA)

    thank you,

    Vasu Khwanyuen

  • You can use basic multiplication or interpret the *.map file to discover the end address.  You will have to contact Elprotronic concerning the CRC address range.

    Regards,
    Ryan