程序跑RTC_WaitForLastTask()出不来

2019-03-23 18:52发布

程序跑到        RTC_WaitForLastTask(); 里死循环去了,出不了,这个是为什么!!跪求大神指教 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
2条回答
babyleg
1楼-- · 2019-03-24 00:19
/ RTC_SetCounter (0);
后面加上:

// Check if the Power On Reset flag is set
   RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, ENABLE);

   /* Allow access to BKP Domain */
   PWR_BackupAccessCmd(ENABLE);
   /* Wait until last write operation on RTC registers has finished */
   RTC_WaitForLastTask();
这样就可以了~!
raintwice
2楼-- · 2019-03-24 05:08
 精彩回答 2  元偷偷看……

一周热门 更多>