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.

MSP430FR6972: ACLK 频率问题

Part Number: MSP430FR6972

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