前段时间学习了MSP430G2553,其中可以将主频设置为1M 8M 16M等,使用了如下代码
DCOCTL0;
BCSCTL1=CALBCL_1MHZ;
DCOCTL=CALDCO_1MHZ;
请问5438该怎么设置主频呢,谢谢
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.
前段时间学习了MSP430G2553,其中可以将主频设置为1M 8M 16M等,使用了如下代码
DCOCTL0;
BCSCTL1=CALBCL_1MHZ;
DCOCTL=CALDCO_1MHZ;
请问5438该怎么设置主频呢,谢谢