我发现我打开了POWER SAVING,定时器就不工作了!
请问,这个问题,如何设置和解决?
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.
我发现我打开了POWER SAVING,定时器就不工作了!
请问,这个问题,如何设置和解决?
请问您的定时器是在什么情况下启动的?如果系统进入PM3,需要通过外部中断才能唤醒,定时器就不会工作了,保持在PM2的话应该就可以启动定时器的
我的是定时器3,新建了一个事件
user_ProcessEvent, // task 11
SimpleBLEPeripheral_ProcessEvent // task 12
在这个事件中,初始化就初始化定时器3了!