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.
如图所示:当我重新配置时钟之后运行,有时候上电会卡在CAPT_appStart()函数这里,不会再往下运行了,但是我的其它中断还是能正常进入的,请问CAPT_appStart函数对时钟有什么要求吗?
//***************************************************************************** // // 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);
函数的说明如上所示。启动了captivate timer
这个要结合具体代码来看。您是直接使用的例程?
当我重新配置时钟之后运行,有时候上电会卡在CAPT_appStart()函数这里
若是不重新配置时钟的话,是否能复现这种现象?