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!
 
				 
		 
					 
                          