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.
Hi, i'm trying to program a MSP430G2553 (that I bought) using Launchpad (MSP-EXP430G2 Rev1.4).
The connections are rigth but I'm getting this error below (at programming):
MSP430: Trouble Writing Memory Block at 0xffde on Page 0 of Length 0x4: Could not write device memory
MSP430: File Loader: Verification failed: Target failed to write 0xFFDE.
Anyone knows what is that?
Thanks
Hello!
Please uncheck "Enable" in "Blow Fuse" section and try erasing the flash. DO NOT try to blow the fuse.
Teja
It is possible that this G2553 already has a "firmware" that causes its CPU to crash very quickly after power up. The crash puts the target in a state that it would not respond to even a Reset.
Most JTAG tools will power up the target without holding its nRST pin to ground. By the time when the tool tries to invoke JTAG, the target already executed is "firmware" and crashed beyond hope.
Some thing happens with BSL.
I do not know about JTAG, but I know that for BSL, this can be fixed by holding nRST pin low before the target is powered up, and start the BSL entrance sequence with nRST still being low.
I tested code composer ate linux and works, it seems that the problem is windows driver. =(
**Attention** This is a public forum