尊敬的工程师您好:我现在程序中有两个中断一个是串口中断,另外一个是定时器0中断,
在测试的过程中发现:正在处理串口uart接收中断时,这个时候定时器响应中断了,不能立即执行定时器中断。
我现在需要实现的是:即使正在处理串口中断,当定时器来中断时候,要能立即处理定时器中断,如何实现?
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.