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.

[参考译文] MSP430FR2353:MSP430FR2353

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1066843/msp430fr2353-msp430fr2353

部件号:MSP430FR2353
“线程”中讨论的其它部件:MSP-EXP430FR2355

你(们)好

我正在运行样例 BllinkLED_MSP-EXP430FR2355,我看到 LED 指示灯正确闪烁。

但是,我运行 OutOfBox _MSP-EXP430FR2355,它以以下代码循环。

void init_CS(void){
//根据 MCLK 的设备数据表要求配置两个 FRAM 等待状态
//以24MHz (超过8MHz)_Before 配置时钟系统的操作。
FRCTL0 = FRCTLPW | NWITS_2;

P2SEL1 |= BIT6 | BIT7;// P2.6~P2.7:晶体引脚
行动

CSCTL7 &=~(XT1OFFG | DCOFFG);//清除 XT1和 DCO 故障标志
SFRIFG1 &=~OFIFG;
}同时(SFRIFG1和 OFIFG);

根据您在设备管理器-> MSP 应用程序 UART1上的建议,我将波特率更改为115200

问题仍然存在。

 请给出建议

谢谢