MKL17Z64VFM4 Interrupt priorities

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MKL17Z64VFM4 Interrupt priorities

376 Views
jagadeeshkumar
Contributor II

Hi,

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

Labels (1)
Tags (1)
0 Kudos
1 Reply

263 Views
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 Kudos