Tool/software: Code Composer Studio
Am using MSP430FR2355 launchpad, It was working well, and I was using the debugging session as normal, but today morning, while I was trying to debug on it, it gave me a data verification error, and am not able to use it anymore.
I knew this is related to linker or writing on non-writable memory, but I didn't change anything regarding this. The last thing I changed was using the following interface to adjust the SMCLK frequency, I called it with the following arguments: CS_initFLLSettle(24000,720); to 24 MHz. I don't believe this damaged anything in the uC.
The error in details is:
MSP430: File Loader: Verification failed: Values at address 0x088A4 do not match Please verify target memory and memory map.
This is in FRAM as per the linker file.