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.

MSP430FR2633: 关于CAPT_appStart函数

Part Number: MSP430FR2633

如图所示:当我重新配置时钟之后运行,有时候上电会卡在CAPT_appStart()函数这里,不会再往下运行了,但是我的其它中断还是能正常进入的,请问CAPT_appStart函数对时钟有什么要求吗?

  • Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    //*****************************************************************************
    //
    // CAPT_appStart() initilizes and calibrates the user interface application
    // specified in CAPT_UserConfig. It also starts the captivate timer.
    //
    // \param none
    // \return none
    //
    //*****************************************************************************
    extern void CAPT_appStart(void);
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    函数的说明如上所示。启动了captivate timer

  • 现在问题是问什么没有往下运行了呢?

  • 这个要结合具体代码来看。您是直接使用的例程?

    当我重新配置时钟之后运行,有时候上电会卡在CAPT_appStart()函数这里

    若是不重新配置时钟的话,是否能复现这种现象?