I recently ordered the MSP-TS430PZ100USB target board. It came with an extra (not installed) 32khz crystal. Do I need to install the crystal?
The reason for my question is, I am getting stuck in a loop during FLL initialization here:
while (SFRIFG1 & OFIFG) { // Check OFIFG fault flag
UCSCTL7 &= ~(DCOFFG+XT1LFOFFG+XT1HFOFFG+XT2OFFG); // Clear OSC flaut Flags
SFRIFG1 &= ~OFIFG; // Clear OFIFG fault flag
If I check the SFRIFG1.OFIFG flag I see that it is set = 1, so something appears to be wrong with the clock init.
Any suggestions would be appreciated.