MKL17Z64VFM4 Interrupt priorities

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MKL17Z64VFM4 Interrupt priorities

394 次查看
jagadeeshkumar
Contributor II

Hi,

  In MKL17Z64VFM4 we have totally 4 levels of interrupt priorities.Which value form 1 -  4 indicates highest priority.

标签 (1)
标记 (1)
0 项奖励
1 回复

281 次查看
egoodii
Senior Contributor III

Of the four levels the two bits of interrupt priority implemented in your M0 core '0' is the highest, and '3' is the lowest.  Note that the two 'implemented bits' are the HIGHEST TWO of the potentially-8-bit priority registers, so watch what 'tools' you use to see if you need to supply '3' or '192' to get the 'lowest' installed --- you are looking for something like a '<< (8 - ARM_INTERRUPT_LEVEL_BITS)' factor to tell you to use the 'zero to three' values.

0 项奖励