TI中文支持网
TI专业的中文技术问题搜集分享网站

MSP430FR6972: ACLK 频率问题

Part Number:MSP430FR6972

板子上焊接了32.768khz的晶振,程序是用 CS_initClockSignal(CS_ACLK, CS_LFXTCLK_SELECT, CS_CLOCK_DIVIDER_1)修改时钟源,在debug仿真的时候CS_getACLK(); 获取的aclk的频率不是32768而是39062,这是怎么回事。

Susan Yang:

https://www.ti2k.com/wp-content/uploads/ti2k/DeyiSupport_MSP430_group__cs__api.html

If a oscillator fault is set, the frequency returned will be based on the fail safe mechanism of CS module. The user of this API must ensure that CS_externalClockSourceInit API was invoked before in case LFXT or HFXT is being used.

您是否使用了CS_externalClockSourceInit API ?

赞(0)
未经允许不得转载:TI中文支持网 » MSP430FR6972: ACLK 频率问题
分享到: 更多 (0)