Hi , I am using Freescale S08JM60 MCU in my project. Is there any way to change interrupt priority in this MCU? The priority is already pre-defined in the datasheet. But it does not mention the priority can be changed.

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

Hi , I am using Freescale S08JM60 MCU in my project. Is there any way to change interrupt priority in this MCU? The priority is already pre-defined in the datasheet. But it does not mention the priority can be changed.

951 Views
anw
Contributor I

I am using Freescale S08JM60 MCU in my project. Is there any way to change interrupt priority in this MCU? The priority is already pre-defined in the datasheet. But it does not mention the priority can be changed. Currently USB's interrupt priority is in the middle of the interrupt vector table. I like to change its priority to the highest. How can I achieve this?

Labels (1)
0 Kudos
Reply
2 Replies

786 Views
kef2
Senior Contributor V

Even if it was possible to change interrupt priority, it most likely won't help you. What you would gain if lower priority interrupt happened fraction of us sooner than the most most top priority interrupt? - Nothing, unless you use some interrupt nesting schema. And interrupt nesting is possible without changing interrupt priorities.

0 Kudos
Reply

786 Views
vicentegomez
NXP TechSupport
NXP TechSupport

Hi

Unfortunately this is not possible on the S08JM family.

Regards

Vicente Gomez

0 Kudos
Reply