原帖 | Jack | 2025-06-03 16:25 | 👍0 | 阅读约1
老师,如果这两个定时器的中断优先级设置的一样,如果同时触发是定时器6会先执行?
对的,这种情况NVIC根据谁的中断号小,来先执行谁,If multiple interrupts are pending for the same priority level, the interrupt with the lowest IRQ number is processed first.

相关笔记
原帖 | Jack | 2025-06-03 16:25 | 👍0 | 阅读约1
老师,如果这两个定时器的中断优先级设置的一样,如果同时触发是定时器6会先执行?
对的,这种情况NVIC根据谁的中断号小,来先执行谁,If multiple interrupts are pending for the same priority level, the interrupt with the lowest IRQ number is processed first.

相关笔记