中断 interrupt IVOR10_handler

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

中断 interrupt IVOR10_handler

ソリューションへジャンプ
210件の閲覧回数
smallyang
Contributor III
 

 

 

smallyang_3-1715240446514.png

 

 

smallyang_4-1715240474658.png

 

 

这个IVOR10改成IVOR11是这样改吗 ? 因为我需要四组中断​。

Is this IVOR10 changed to IVOR11? Because I need four sets of interrupts.

0 件の賞賛
返信
1 解決策
189件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Not sure what you want to achieve.

But IVOR_x is exception to core.

If you need just interrupt, you will simply use IVOR4 which is external interrupt to core (from timer for example) and you will set ISR for it in your SW.

Best regards,

Peter

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
190件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Not sure what you want to achieve.

But IVOR_x is exception to core.

If you need just interrupt, you will simply use IVOR4 which is external interrupt to core (from timer for example) and you will set ISR for it in your SW.

Best regards,

Peter

0 件の賞賛
返信
177件の閲覧回数
smallyang
Contributor III

smallyang_0-1715324683946.png

 

smallyang_1-1715324779779.png

 

非常谢谢您!  我找到方法了,  我想用4个中断判断四组每组两个引脚电压变高的时间差,我还是用的IVOR10 1us中断  , 然后写了几个SwIrq0ISR SwIrq1ISR SwIrq2ISR SwIrq3ISR每间隔1us 进入SwIrqxISR同时去判断时间差.

 

Thank you very much! I found a way. I want to use four interrupts to determine the time difference between four sets of two pin voltages each, I still use IVOR10 1us interrupt, and then write several SwIrq0ISR SwIrq1ISR SwIrq2ISR SwIrq3ISR into SwIrqxISR every 1us to determine the time difference.

0 件の賞賛
返信