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.

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

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.

947 次查看
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?

标签 (1)
0 项奖励
回复
2 回复数

782 次查看
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 项奖励
回复

782 次查看
vicentegomez
NXP TechSupport
NXP TechSupport

Hi

Unfortunately this is not possible on the S08JM family.

Regards

Vicente Gomez

0 项奖励
回复