MSP-EXP430FR2355: MSP-EXP430FR2355 not working with MCx83xxEVM MSP430FR2355 GUI Firmware

Part Number: MSP-EXP430FR2355
Other Parts Discussed in Thread: MCT8329EVM, MSP430FR2355

Tool/software:

Hello,

I'm trying to use my launchpad board with the firmware I downloaded from the MCT8329 EVM webpage. I want to use my launchpad to connect with the mct8329 in order to use the GUI config tool. But it's getting stuck on the CS_initFLL function, specifically in this while:

// Re-enable FLL
    __bic_SR_register(SCG0);
   
    while ((HWREG16(CS_BASE + OFS_CSCTL7) & (FLLUNLOCK0 | FLLUNLOCK1)) ||
    (HWREG8(CS_BASE + OFS_CSCTL7_L) & DCOFFG))
    {
        //Clear OSC fault flags
        HWREG8(CS_BASE + OFS_CSCTL7_L) &= ~(DCOFFG);

        //Clear OFIFG fault flag
        HWREG8(SFR_BASE + OFS_SFRIFG1) &= ~OFIFG;
    }
Regards,
Axel Avalos

**Attention** This is a public forum