共7条
1/1 1 跳转至页
Timer定时器的优先级问题


如果软件设定优先级一样的话,则优先级高低由默认优先级来确定
G13手册第16章中断的表16-1上列出了默认优先级,0是最高的,序号越高,优先级越低,定时器同样的中断类型一般是0通道比1通道默认优先级高些
该表的备注里有提到:
The default priority determines the sequence of interrupts if two or more maskable interrupts occur simultaneously. Zero indicates the highest priority and 53 indicates the lowest priority.
G13手册第16章中断的表16-1上列出了默认优先级,0是最高的,序号越高,优先级越低,定时器同样的中断类型一般是0通道比1通道默认优先级高些
该表的备注里有提到:
The default priority determines the sequence of interrupts if two or more maskable interrupts occur simultaneously. Zero indicates the highest priority and 53 indicates the lowest priority.
共7条
1/1 1 跳转至页