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.

Program the MSP430FR5964 with the MSP-GANG programmer

Part Number: MSP430FR5964
Other Parts Discussed in Thread: MSP-GANG,

Tool/software:

Hello, I have written a small test program.
The file f1.txt looks like this:

@1c00
00 00 00 
@4000
31 40 00 3C B2 40 80 5A 5C 01 82 44 00 1C 82 45 
01 1C 14 53 FE 3F 32 D0 10 00 FD 3F 
@ff80
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 
@ffb6
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 00 40 
q

The file f2.txt is exactly like f1.txt, except that the RAM is not written to:

@4000
31 40 00 3C B2 40 80 5A 5C 01 82 44 00 1C 82 45 
01 1C 14 53 FE 3F 32 D0 10 00 FD 3F 
@ff80
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 
@ffb6
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 16 40 16 40 16 40 16 40 
16 40 16 40 16 40 16 40 00 40 
q

If I now want to program the f1.txt file with the MSP-GANG programmer, I get the error:

ERROR 396: WARNING: Code from file is out of range in selected MCU.

If I use the f2.txt file, I can flash the code into the MSP430FR5964.



Now I would like to know how I can also write to the RAM of a microcontroller with the MSP-GANG Programmer.

If I use the MSP-FET430UIF, this is possible without any problems.

Thank you for your help

**Attention** This is a public forum