I was enjoy my new MSP-EXP432P401R launchpad. I was studing the Clock System (CS) so i tried to source the MCLK with the very low power oscillator VLO.
My code was:
CSKEY = CSKEY_VAL;
CSCLKEN = VLO_EN;
CSCTL1 = 0x00070001; <------ Here was the problem....
CSKEY = 0;
Now when i try to connect to the MSP i have this message:
CORTEX_M4_0: Error connecting to the target: (Error -1063 @ 0x0) Device ID is not recognized or is not supported by driver.
So i read the section 7 of "slau575b.pdf" and i run the Script to do the MSP432_Factory_Reset. But i still get the message when i try to debbug:
CORTEX_M4_0: Error connecting to the target: (Error -1063 @ 0x0) Device ID is not recognized or is not supported by driver. Confirm device and debug probe configuration is correct, or update device driver. (Emulation package 5.1.641.0)