Hi,
I have 4 pieces of firmware that were developed by a client, the original developer is not available, and the client knows very little about the firmware. I have the source code and can compile OK. I'm using CCS5 and have teh 90 day trial licence.
3 of the pieces are for the part: MSP430F5436AIPZ
1 of them if for part: MSP430G2553IPW20R
I am using the TI launch-pad (spi-by-wire) for the smaller uPro and I am using the Jtag interface on the MSP430 USB-debug-interface for the other three
1 piece of software for the MSP430F5436AIPZ has no problem programing to the target. The other three result in the following errors: - regarldess of the order in which I progtram teh devices I get teh same errors.
For MSP430F5436AIPZ:
MSP430: File Loader: Data verification failed at address 0x00000200 Please verify target memory and memory map.
MSP430: GEL: File: C:\Texas Instruments\Latest SW\API radio for rower 3-26-2012 5436a\Debug\API radio for rower 3-26-2012 5436a.out: a data verification error occurred, file load failed.
For MSP430F5436AIPZ:
MSP430: Trouble Writing Memory Block at 0x200 on Page 0 of Length 0x3502: Could not write device memory
MSP430: GEL: File: P:\Clients\Pocock\4_Discovery\From Pocock\Software\Latest SW\Copy of Rower broadcast 1-9-2013\Debug\Copy of Rower broadcast 1-9-2013.out: Load failed.
For MSP430G2553IPW20R
MSP430: Trouble Writing Memory Block at 0x200 on Page 0 of Length 0x818: Could not write device memory
MSP430: GEL: File: P:\Clients\Pocock\4_Discovery\From Pocock\Software\Latest SW\Copy of 2553 sensor with sleep 8-15-2012\Debug\Copy of 2553 sensor with sleep 8-15-2012.out: Load failed.
The errors all seem very similar, but I am not a firmware guy and I cannot seem to figure out how to solve this.
Can you offer any advice?