Part Number: MSP430F5510
Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hello,
We have recently got an influx of boards utilizing the MSP430F5510, and we no longer have access to a reasonably stable code base as the programming was done out of house, and the archives we have do not seem to replicate the behaviour we expect on the new boards. We are presently trying to isolate the issue to either hardware or firmware, and we were able to find an old board that was functional.
How would we be able to copy the program onto a new board? I have tried MSP430Flasher with the following command using a new board that we programmed:
>>> MSP430Flasher.exe -n MSP430F5510 -r [goodcode.hex,MAIN] 
This board flashes correctly, but it fails to read. Is there any better way to get the binaries for programming another device? Is there anything I'm obviously missing?
Thank you in advance