This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR2155

Hi 

We get an verification error while download image.

I attach an image for the error message.

It was working for a while until recently.

The board change clock speed from 12M to 24M.

from

CSCTL1 |= 0xe;

CSCTL2 = (CSCTL2 & ~FLLN) | 0X177;

to

CSCTL2 = 0;

CSCTL2 = (CSCTL2 & ~FLLN) | 0X2ED;

Can this be the reason for the flash to corrupt on certain location?

If I turn off the image verification then image can be download.

Is this consider to be a solution?

please advise

Thanks

**Attention** This is a public forum