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.
I have configured CCS v5.5 to generate a TI-TXT file and it generates .map file in debug folder but I cannot load it to my MSP430EXPFR5739 board Do I need to convert it to proper TXT file??
I am using MSP Flasher tool to flash up my controller and its giving me an error when i tried to load .map file generated by CCS ver 5.5.
Please advise what additional steps I need to do.
Thanx
Nabeel
If configured properly and linking is successful, you should also get a .TXT file in TX-TXT format. The MAP file is just that: a memory map of all global symbols and their placement. It does not contain actual binary code.
This might be a help:http://processors.wiki.ti.com/index.php/Generating_and_Loading_MSP430_Binary_Files
Regards,
Maciej
**Attention** This is a public forum