MKL17Z64VFM4 Interrupt priorities

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MKL17Z64VFM4 Interrupt priorities

836件の閲覧回数
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 返信

723件の閲覧回数
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 件の賞賛
返信