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.

MSP EXP430F5438 User Experience Demo

Hi All,

I am trying to get the userexperience demo to work, but the debugger keeps stoping in the HAL_USC.c file.

It stops right here:

while (UCSCTL7 & XT1LFOFFG){ // Check LFXT1 fault flag
UCSCTL7 &= ~(XT1LFOFFG); // Clear LFXT1 fault flag

// Clear the global fault flag. In case the LFXT1 caused the global fault flag to get
// set this will clear the global error condition. If any error condition persists,
// global flag will get again.
SFRIFG1 &= ~OFIFG;
}

The LCD screen flickers a couple times first, then hits global fault.  I made no changes to the code, thanks all!

**Attention** This is a public forum