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-EXP430FR2355:MSP-EXP430FR2355无法与 MCx83xxEVM MSP430FR2355 GUI 固件配合使用

Guru**** 2386600 points
Other Parts Discussed in Thread: MCT8329EVM, MSP430FR2355
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1463179/msp-exp430fr2355-msp-exp430fr2355-not-working-with-mcx83xxevm-msp430fr2355-gui-firmware

器件型号:MSP-EXP430FR2355
主题中讨论的其他器件:MCT8329EVMMSP430FR2355

工具与软件:

您好!

我尝试对我从 MCT8329 EVM 网页下载的固件使用我的 LaunchPad 板。 我想使用我的 Launchpad 与 mct8329连接、以便使用 GUI 配置工具。 但它停留在 CS_initFLL 函数上、特别是在以下期间:

// Re 启用 FLL
  _BIC_SR_register (SCG0);
  
  while ((HWREG16 (CS_BASE + OFS_CSCTL7)和(FLLUNLOCK0 | FLLUNLOCK1))||
  (HWREG8 (CS_BASE + OFS_CSCTL7_L)和 DCOFFG)
  {
    //清除 OSC 故障标志
    HWREG8 (CS_BASE + OFS_CSCTL7_L)&=~(DCOFFG);

    //清除 OFIFG 故障标志
    HWREG8 (SFR_BASE + OFS_SFRIFG1)&=~OFIFG;
  }
此致、
阿克塞尔雪崩