LPC822 SCTIMER, Could I define interrupt priority for different Events?

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

LPC822 SCTIMER, Could I define interrupt priority for different Events?

跳至解决方案
1,284 次查看
asier
Contributor III

Hi,

I've configured SCTIMER in not unified mode. L counter for a capture event (Event0) that it measures the period of an external signal and H counter for a match event (Event1) that it executes some other code when it happens.

Issue is that sometimes both events are solapated, I mean, Event1 happens while code is attending the interrupt of Event0. So Event1 must be waiting until Event0 callback returns. I want Event1 has interrupt priority with respect Event0.

Is not posible to manage interrupt priorities between events ? 

Thanks in advance,

Regards,

Asier.

0 项奖励
回复
1 解答
1,274 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello asier,

They the same interrupt vector, so impossible. 

 

Regards,

Alice

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,275 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello asier,

They the same interrupt vector, so impossible. 

 

Regards,

Alice

0 项奖励
回复