I am getting a confusing error when I am trying to program a MSP430G2131 using the MSP-FET430UIF. I was not always getting this error previously so I'm wondering if something I did during debugging caused this problem.
The error:
MSP430: Trouble Writing Memory Block at 0xfc00 on Page 0 of Length 0x1fa: Could not erase device memory
MSP430: GEL: File: C:\Users\deep\workspace_v5_1\VoltagePassthrough\Debug\VoltagePassthrough.out: Load failed.
Here are some potential issues but I'm not actually sure what the problem is:
1) I accidentally was resetting (basically shorting out) the supply voltage capacitor instead of the small reset capacitor. Perhaps I overloaded something in the FET430UIF and now it doesn't work?
2) When the FET430UIF is plugged in to my computer, only the green power light is on. The red mode light does not flash at all. When I try to program the MSP430, the green power light goes off and the red mode light stays on (maybe flashes once).
In the past, I could program my MSP430 just fine and debugging was going quite well. So I don't think there is anything wrong with my board layout. When this error came, I decided to reconstruct my basic board using a new MSP430G2131, etc. to make sure my hardware was not damaged/the cause of problems.
Any assistance would be greatly appreciated.
Thanks!
Edit: I forgot to mention I'm using CCS 5.1, have some peripherals set up using GRACE, and am using the 4-wire JTAG interface.