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.

MSP432P4111什么情况下会导致Timer1与UART冲突?

您好,近期再调一个程序,需要同时用到定时器和UART通讯。然后发现当同时使用定时器和UART0的时候会出现定时器卡死的现象,定时器和UART0的配置如下所示:

,定时器挂掉现象是寄存器计数依然在计数,但进不了timer的中断函数,

请问这是什么情况?有什么好的建议去解决嘛?十分感谢!