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.

CCS/MSP432P401R: Unable to upload after changing clock speed - MSP432P401R LaunchPad

Part Number: MSP432P401R

Tool/software: Code Composer Studio

After changing this line of code:

CS-> CTL0 = (BIT(23) | CS_CTL0_DCORSEL_3); //  16MHz

to:

CS-> CTL0 = (BIT(23) | CS_CTL0_DCORSEL_5); // 48MHz 

I have been unable to upload to my MSP432, even after performing a factory reset and updating the XDS110.

I am using this with FreeRTOS and updated the configCPU_CLOCK_HZ parameter to reflect this change.

Any help is appreciated!

**Attention** This is a public forum