Hey!
I have a problem with programming my MSP430F5172. When I want to debug SPI example from Example Projects (MSP430F51x2 Demo - USCI_A0, SPI 3-Wire MASTER Incremented Data) in CSS v5 it says:
MSP430: File Loader: Data verification failed at address 0x00008038 Please verify target memory and memory map.
MSP430: GEL: File: C:\...\Code Composer\MSP430F51x2_uscia0_spi_09\Debug\MSP430F51x2_uscia0_spi_09.out: a data verification error occurred, file load failed.
When I tryed shorter programms, like just blinking with LED or just simply comment half of the example code, it works normally. How I can verify that FLESH memory is corrupted for instance? I know, that something has to be wrong with MCU according to its normal current concumption around 50mA, I am using it in my own PCB design, power supply is 3V and I use MSP-FET430UIF to programm the MCU (JTAG).
Somebody has any idea how to figure it out, what might be wrong and ways how to prove it? I suposse, that I will have to replace the MCU, but stil, it would be nice to find the problem...
Zbynek