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

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

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

ソリューションへジャンプ
1,323件の閲覧回数
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,313件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello asier,

They the same interrupt vector, so impossible. 

 

Regards,

Alice

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,314件の閲覧回数
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello asier,

They the same interrupt vector, so impossible. 

 

Regards,

Alice

0 件の賞賛
返信