Ryan, 1) In the source code, we have not specified any writes to the information memory using the @-operator or the “#pragma location” directives. There are only some #define directives to define constants. I need not be worried about the contents of INFO memory, right? 2) I could successfully read the contents of MAIN, INFO, BSL and RAM memory using MSP430Flasher. Two queries: a) In our electronics unit there are two identical MSPs with identical firmware. On comparing the two firmwares that was read back using MSPFlasher, I noticed that they are not identical. There are insertions and deletions in the hex files at some locations. Is there any explanation for this? b) Is there a tool to view the disassembly listing of the hex file that was read from the microcontroller? If yes, that would help me identify the errors in the source code by comparing the disassembly of the (erroneous) source code with that of the hex file. Thank you.
↧