Other Parts Discussed in Thread: MSP-FET
Tool/software: Code Composer Studio
Hello,
I am using a TI-MSP430i2020 surface mount soldered onto a TSSOP-28 breakout board and I'm trying to use code composer and the MSP-FETFlash to program a basic sample BlankLED program onto the board and I keep running into the following errors:
MSP430: File Loader: Verification failed: Values at address 0xC000 do not match Please verify target memory and memory map.
MSP430: GEL: File: C:\Users\Mackenzie\workspace_v7\test\Debug\test.out: a data verification error occurred, file load failed.
I have not been able to program this microcontroller yet, but have programmed others on breakout boards and soldered to PCBs using the same setup. I am able to disconnect and reconnect the target microcontroller while I am in debug mode and am able to look at the values of everything in memory, but whenever I try to change a value or reprogram the microcontroller I cannot program it. I have the 47kOhm resistor going to Vcc and a 2.2nF capacitor going to ground on the input to the reset/SBWTDIO line.
Any help would be massively appreciated, this is my first experience with the MSP430 family I'm unsure what's going wrong.