Other Parts Discussed in Thread: MSP430FR2355, MSP-GANG, MSP-FET
Hello,
I'm a novice with the MSP430. I looked at the forum and google but I can't find this specific error.
I have the MSP-EXP430FR2355 launch pad and I have run programs on it for a few days now until today. I was trying to set the DCO clock to 24MHz. I routed the SMCLK to P3.4 to monitor the frequency. I got to about 20MHz. Then things went wrong. I can no longer able to load programs onto the MSP430. I am not sure why. I tried to make a new project that brings the CSCTL 0 - CSCTL4 to the default values in the MSP430FR2355 data sheet, see below code. The CSCTL registers were not in the data sheet but I found them in the SLAU445i document (https://www.ti.com/lit/ug/slau445i/slau445i.pdf). I can't load even a simple program without a verification error. Not even an empty project. When CCS try to download a program, I see the LEDs on the EZ-FET portion blinking.
I measured the 3.3V and the 5V on the launchpad and they are measured at 5.0V and 3.3V. I also replaced the USE cable and ports to see if that makes a difference, no difference.
I tried to insert images into this post but for some reason it will not let me do that.
Error:
After clicking debug, I get this dialog box: Launching debug session, Load program Error. File: C:\Code\TI\Test_Project\Debug\Tes_Project.out: a data Verification error occurred, file load failed.
The error indicated in the Console:
MSP430: File Loader: Verification failed: Values at address 0x08000 do not match Please verify target memory and memory map.
MSP430: GEL: File: C:\Code\TI\Test_Project\Debug\Test_Project.out: a data verification error occurred, file load failed.
Here is the code that I am trying to download to change the clocks.
Questions:
1. Is there a way to bring the processor to a factory default state using the launchpad? How do I bring everything to factory default? Do I need to buy a JTAG device to do this? If so, which one?
2. Is the processor nor running too fast at 20MHz being an FR device?
3. Can I run SMCLK at 24MHz for doing fast ADC and DAC conversions? What are the settings recommended to do this?
If you only have partial answer to get me out of this situation first, please answer away.
Please help.
Thank you
Sagi