Other Parts Discussed in Thread: MSP-EXP430FR4133, UNIFLASH, MSP430WARE, MSP-FET, MSP430F67791
Tool/software: Code Composer Studio
Hello,
I am working on MSP430F6435 micro controller.
And I am using MSP-EXP430FR4133 launchpad and CCS v6.2 to program and debug it. previously i was able to program and debug it.
but recently i have performed ERASE BY ADDRESS operation on it (MSP430F6435) using uniflash tool.
i had set the start and end address limits for erase operation as follows
START address=0x008000
END address =0x047FFF
But now I m trying to program it but its showing error as shown below
MSP430: Trouble Writing Memory Block at 0x8000 on Page 0 of Length 0x1a: Could not write device memory
MSP430: File Loader: Verification failed: Target failed to write 0x08000
what can be the possible issue , and how to resolve it???