您的位置:首页 > 其它

problem about hardware debugging of STM32 timer interrupt

2017-05-03 16:58 886 查看
I write a simple interrupt program about timer of STM32,when I debug this program with hardware debugging,it is correct if I step through the functions and there is a error if the program run at full speed. The program died at the start-up file at this moment.


I find the reason repeatedly.By searching the forums I know that one of the interrupt functions may not be implemented.I check the codes again and find the problem,



I find that interrupt of TIM3 is enabled in the NVIC and the interrupt request I have writed is about TIM2.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: